visit_arm

Function visit_arm 

Source
pub fn visit_arm<'ast, V>(v: &mut V, node: &'ast Arm)
where V: Visit<'ast> + ?Sized,