syn::fold

Function fold_pat_tuple

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