[][src]Type Definition typemap::ShareDebugMap

type ShareDebugMap = TypeMap<dyn DebugAny + Send + Sync>;

A version of TypeMap containing only Debug + Send + Sync types.