[][src]Trait guion::widgets::checkbox::trayt::ICheckBox

pub trait ICheckBox<'w>: 'w {
    fn set(&mut self, v: bool);
fn toggle(&mut self); }

Required methods

fn set(&mut self, v: bool)

fn toggle(&mut self)

Loading content...

Implementors

impl<'w, E, State, Text> ICheckBox<'w> for CheckBox<'w, E, State, Text> where
    E: Env,
    State: AtomStateMut<bool>,
    Text: 'w, 
[src]

Loading content...