toml_edit::visit

Function visit_boolean

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