Skip to main content

walk_pattern_keyword

Function walk_pattern_keyword 

Source
pub fn walk_pattern_keyword<'a, V>(
    visitor: &mut V,
    pattern_keyword: &'a PatternKeyword,
)
where V: Visitor<'a> + ?Sized,