syn::fold

Function fold_pat_tuple_struct

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