Function syn::fold::fold_pat

source ยท
pub fn fold_pat<F>(f: &mut F, node: Pat) -> Pat
where F: Fold + ?Sized,
Available on crate features fold and full only.