Trait gluon_base::types::Walker [] [src]

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

Required Methods

Implementors