syn::visit_mut

Function visit_pat_or_mut

source
pub fn visit_pat_or_mut<V>(v: &mut V, node: &mut PatOr)
where V: VisitMut + ?Sized,