Skip to main content

walk_match_case

Function walk_match_case 

Source
pub fn walk_match_case<'a, V>(visitor: &mut V, match_case: &'a MatchCase)
where V: Visitor<'a> + ?Sized,