syn::visit

Function visit_arm

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