Type Definition typemap_rev::DefaultStorage
source · pub type DefaultStorage = dyn Any + Send + Sync;Expand description
The default type used for storing values in a TypeMap.
pub type DefaultStorage = dyn Any + Send + Sync;The default type used for storing values in a TypeMap.