toml_edit::visit_mut

Function visit_table_mut

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