syn::visit_mut

Function visit_pat_paren_mut

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