Trait gluon_base::types::Walker

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

Required Methods

Implementors