toml_edit
0.22.22
In toml_edit::visit
Function
toml_edit
::
visit
::
visit_document
Copy item path
source
ยท
[
−
]
pub fn visit_document<'doc, V>(v:
&mut V
, node: &'doc
DocumentMut
)
where V:
Visit
<'doc> + ?
Sized
,