pub fn fold_pat_tuple_struct<F>(
    f: &mut F,
    node: PatTupleStruct
) -> PatTupleStructwhere
    F: Fold + ?Sized,
Available on crate feature fold only.