Trait hoodlum::walker::Walkable [] [src]

pub trait Walkable {
    fn walk<W: Walker>(&self, walker: &mut W);
}

Required Methods

Implementors