Trait hoodlum::Walker [] [src]

pub trait Walker {
    fn entity(&mut self, _: &Entity) { ... }
    fn decl(&mut self, _: &Decl) { ... }
    fn seq(&mut self, _: &Seq) { ... }
}

Provided Methods

Implementors