Function walk_statement

Source
pub fn walk_statement<V>(v: &mut V, stmt: &Statement) -> V::Result
where V: Visitor + ?Sized,