pub trait PanelWidgetImpl: WidgetImpl { fn get_default_focus(&self, widget: &Self::Type) -> Option<Widget> { ... } }