Trait libhelium::subclass::prelude::TypeModuleImplExt

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

Required Methods§

fn parent_load(&self) -> bool

fn parent_unload(&self)

Object Safety§

This trait is not object safe.

Implementors§

§

impl<T> TypeModuleImplExt for T
where T: TypeModuleImpl,