pub trait EntryImplExt: ObjectSubclass {
    // Required method
    fn parent_activate(&self);
}

Required Methods§

Implementors§

source§

impl<T> EntryImplExt for Twhere T: EntryImpl,