Crate dynamic_object

Source
Expand description

§dynamic

Inheritance in rust

Re-exports§

pub use typing::*;

Modules§

typing

Structs§

DynamicObjectBase
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

Traits§

Class
Implemented by #subclass macro
Dyn

Attribute Macros§

module_name
subclass