pub trait EntryImpl: EntryImplExt + WidgetImpl {
    fn activate(&self) { ... }
}

Provided Methods§

Implementors§