toml_edit::visit_mut

Function visit_string_mut

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