Type Definition typemap::ShareDebugMap

source · []
pub type ShareDebugMap = TypeMap<dyn DebugAny + Send + Sync>;
Expand description

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