[][src]Trait guion::util::shortlt::ShortRefWidgetMut

pub trait ShortRefWidgetMut<'l, 's, 'y, E> where
    'l: 's,
    's: 'y,
    'l: 'y,
    E: Env
{ fn short_lt(self) -> &'y mut dyn WidgetMut<'s, E>; }

Required methods

fn short_lt(self) -> &'y mut dyn WidgetMut<'s, E>

Loading content...

Implementors

impl<'l, 's, 'y, E> ShortRefWidgetMut<'l, 's, 'y, E> for &'y mut dyn WidgetMut<'l, E> where
    'l: 's,
    's: 'y,
    'l: 'y,
    E: Env
[src]

Loading content...