syn::fold

Function fold_lit_int

Source
pub fn fold_lit_int<F>(f: &mut F, node: LitInt) -> LitInt
where F: Fold + ?Sized,
Available on crate feature fold only.