[][src]Type Definition guion::aliases::WidgetRefMut

type WidgetRefMut<'a, E: Env> = Box<dyn WidgetMut<'a, E> + 'a>;

Reference to a widget or immediate widget

Trait Implementations

impl<'l, 's, E> ShortWidgetRefMut<'l, 's, E> for WidgetRefMut<'l, E> where
    'l: 's,
    E: Env
[src]