Expand description
Prelude that re-exports all important traits from this crate.
Re-exports§
pub use super::boxed::BoxedType;pub use super::interface::ObjectInterface;pub use super::interface::ObjectInterfaceExt;pub use super::interface::ObjectInterfaceType;pub use super::object::DerivedObjectProperties;pub use super::object::ObjectClassSubclassExt;pub use super::object::ObjectImpl;pub use super::object::ObjectImplExt;pub use super::shared::RefCounted;pub use super::type_module::TypeModuleImpl;pub use super::type_module::TypeModuleImplExt;pub use super::type_plugin::TypePluginImpl;pub use super::type_plugin::TypePluginImplExt;pub use super::type_plugin::TypePluginRegisterImpl;pub use super::types::ClassStruct;pub use super::types::InstanceStruct;pub use super::types::InstanceStructExt;pub use super::types::InterfaceStruct;pub use super::types::IsImplementable;pub use super::types::IsSubclassable;pub use super::types::IsSubclassableExt;pub use super::types::ObjectSubclass;pub use super::types::ObjectSubclassExt;pub use super::types::ObjectSubclassIsExt;pub use super::types::ObjectSubclassType;