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

Required Methods§

source

fn parent_activate(&self, entry: &Self::Type)

Implementors§