Skip to main content

walk_with_item

Function walk_with_item 

Source
pub fn walk_with_item<'a, V>(visitor: &mut V, with_item: &'a WithItem)
where V: SourceOrderVisitor<'a> + ?Sized,