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