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

Required Methods

Implementors