pub trait FlowBoxChildImpl: FlowBoxChildImplExt + WidgetImpl { fn activate(&self, child: &Self::Type) { ... } }