Function walk_item

Source
pub fn walk_item<V>(v: &mut V, item: &Item) -> V::Result
where V: Visitor + ?Sized,