syn::fold

Function fold_lit_int

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