Function syn::fold::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.