toml_edit::visit_mut

Function visit_float_mut

source
fn visit_float_mut<V>(_v: &mut V, _node: &mut Formatted<f64>)
where V: VisitMut + ?Sized,