[][src]Trait guion::widget::as_widget::AsWidgetMut

pub trait AsWidgetMut<'w, E>: AsWidget<'w, E> where
    E: Env
{ fn as_mut<'s>(&'s mut self) -> ResolvableMut<'s, E>
    where
        'w: 's
;
fn into_mut(self) -> ResolvableMut<'w, E>; }

Required methods

fn as_mut<'s>(&'s mut self) -> ResolvableMut<'s, E> where
    'w: 's, 

fn into_mut(self) -> ResolvableMut<'w, E>

Loading content...

Implementors

impl<'w, E, T> AsWidgetMut<'w, E> for T where
    T: WidgetMut<'w, E>,
    E: Env
[src]

Loading content...