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

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

Required methods

Implementors