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