Trait oxygengine_core::ecs::storage::AnyStorage [−][src]
Expand description
A dynamic storage.
Required methods
Trait Implementations
Casts an immutable T reference to a trait object.
Casts a mutable T reference to a trait object.