toml_edit::visit_mut

Function visit_boolean_mut

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