[][src]Function syn::visit::visit_pat_tuple

pub fn visit_pat_tuple<'ast, V: ?Sized>(v: &mut V, node: &'ast PatTuple) where
    V: Visit<'ast>,