toml_edit::visit

Function visit_boolean

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