rustc_hir::intravisit

Function walk_arm

Source
pub fn walk_arm<'v, V: Visitor<'v>>(
    visitor: &mut V,
    arm: &'v Arm<'v>,
) -> V::Result