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

pub trait ShortWidgetRefMut<'l, 's, E> where
    'l: 's,
    E: Env
{ fn short_lt(self) -> WidgetRefMut<'s, E>; }

Required methods

fn short_lt(self) -> WidgetRefMut<'s, E>

Loading content...

Implementors

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

Loading content...