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

type WidgetRef<'a, E: Env> = Box<dyn Widget<'a, E> + 'a>;

Reference to a widget or immediate widget

Trait Implementations

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