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

Required Methods

Implementors