syn::fold

Function fold_pat_slice

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