toml_edit::visit

Function visit_float

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