[][src]Function syn::visit::visit_lit_int

pub fn visit_lit_int<'ast, V: Visit<'ast> + ?Sized>(
    _visitor: &mut V,
    _i: &'ast LitInt
)