pub trait TypeModuleImplExt: ObjectSubclass {
    // Required methods
    fn parent_load(&self) -> bool;
    fn parent_unload(&self);
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§