syn::visit

Function visit_pat_or

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