Expand description
§dynamic
Inheritance in rust
Re-exports§
pub use typing::*;
Modules§
Structs§
- Dynamic
Object Base - Base class for all objects Inherit from it for your base classes
- Object
- An object The ContainerT generic parameter controls the container of the object’s pointer Dereference it (*object) to get the inner class