toml_edit::visit

Function visit_string

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