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

pub trait ICheckBox<E> where
    E: Env
{ fn state(&self) -> &dyn AtomState<E, bool>; }

Required methods

fn state(&self) -> &dyn AtomState<E, bool>[src]

Loading content...

Trait Implementations

impl<'w, E> Traitcast<dyn ICheckBox<E> + 'w, E> for dyn Widget<E> + 'w where
    E: Env
[src]

type DestTypeID = dyn ICheckBox<E> + 'static

impl<'w, E> TraitcastMut<dyn ICheckBox<E> + 'w, E> for dyn WidgetMut<E> + 'w where
    E: Env
[src]

type DestTypeID = dyn ICheckBox<E> + 'static

Implementors

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

Loading content...