pub trait ListBoxRowImpl: ListBoxRowImplExt + WidgetImpl { fn activate(&self, row: &Self::Type) { ... } }