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