toml_edit::visit

Function visit_integer

source
fn visit_integer<'doc, V>(_v: &mut V, _node: &'doc Formatted<i64>)
where V: Visit<'doc> + ?Sized,