Skip to main content

walk_pattern

Function walk_pattern 

Source
pub fn walk_pattern<'a, V>(visitor: &mut V, pattern: &'a Pattern)
where V: SourceOrderVisitor<'a> + ?Sized,