[][src]Module mecs::component::dyn_storage

Dynamic storage for components

This modules contains the DynStorage type which is a storage capable of storing any type that may be stored in an Any with static lifetimes

Structs

DynStorage

Dynamic storage based on TypeId for types with 'static lifetime