pub type TypeInfoMap = HashMap<TypeId, TypeDescription>;
Expand description
information about each encountered type.
Aliased Typeยง
struct TypeInfoMap { /* private fields */ }
pub type TypeInfoMap = HashMap<TypeId, TypeDescription>;
information about each encountered type.
struct TypeInfoMap { /* private fields */ }