Type Definition typemap::ShareMap

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

A version of TypeMap containing only Send + Sync types.