Function rustc_hir::intravisit::walk_arm

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