syn::fold

Function fold_pat

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