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

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

Required methods

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

Loading content...

Implementors

impl<'l, 's, E> ShortWidgetRef<'l, 's, E> for WidgetRef<'l, E> where
    'l: 's,
    E: Env
[src]

Loading content...