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

Provided Methods§

Implementors§