toml_edit::visit

Function visit_string

Source
fn visit_string<'doc, V>(_v: &mut V, _node: &'doc Formatted<String>)
where V: Visit<'doc> + ?Sized,