syn::gen::fold

Function fold_pat_tuple

source
pub fn fold_pat_tuple<F>(f: &mut F, node: PatTuple) -> PatTuple
where F: Fold + ?Sized,