syn::fold

Function fold_pat_lit

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