pub trait FlowBoxExtManual: 'static {
    // Required method
    fn unbind_model(&self);
}

Required Methods§

Implementors§