pub trait EntryImpl: EntryImplExt + WidgetImpl {
// Provided method
fn activate(&self) { ... }
}
Provided Methods§
Object Safety§
This trait is not object safe.
pub trait EntryImpl: EntryImplExt + WidgetImpl {
// Provided method
fn activate(&self) { ... }
}