Trait raui_core::widget::component::interactive::options_view::OptionsViewProxy
source · pub trait OptionsViewProxy: Send + Sync {
// Required methods
fn get(&self) -> usize;
fn set(&mut self, value: usize);
}