[][src]Function syn::fold::fold_pat_tuple

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