pub trait EntryImpl: EntryImplExt + WidgetImpl { // Provided method fn activate(&self, entry: &Self::Type) { ... } }