[][src]Trait gluon_base::types::WalkerMut

pub trait WalkerMut<T> {
    fn walk_mut(&mut self, typ: &mut T);
}

Required methods

fn walk_mut(&mut self, typ: &mut T)

Loading content...

Implementors

impl<I, T, F: ?Sized> WalkerMut<T> for F where
    F: FnMut(&mut T),
    T: DerefMut<Target = Type<I, T>>, 
[src]

Loading content...