Function walk_expression

Source
pub fn walk_expression<V>(v: &mut V, expr: &Expression) -> V::Result
where V: Visitor + ?Sized,