Function syn::visit::visit_pat_or

source ยท
pub fn visit_pat_or<'ast, V>(v: &mut V, node: &'ast PatOr)
where V: Visit<'ast> + ?Sized,
Available on crate features visit and full only.