[][src]Crate static_type_map

This crate provides a StaticTypeMap which allows you to store a single instance of any type that implement Any

Structs

StaticTypeMap

A wrapper over HashMap<TypeId, Box<dyn Any>>.