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

Required Methods

Implementors