toml_edit::visit_mut

Function visit_document_mut

Source
pub fn visit_document_mut<V>(v: &mut V, node: &mut DocumentMut)
where V: VisitMut + ?Sized,