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

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

Required methods

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

Loading content...

Implementors

impl<'l, 's, 'y, E> ShortRefWidgetRef<'l, 's, 'y, E> for &'y dyn Widget<'l, E> where
    'l: 's,
    's: 'y,
    'l: 'y,
    E: Env
[src]

Loading content...