Skip to main content

walk_match_case

Function walk_match_case 

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