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

Provided Methods§

source

fn activate(&self)

Object Safety§

This trait is not object safe.

Implementors§