Docs.rs
toml_edit-0.25.11+spec-1.1.0
toml_edit 0.25.11+spec-1.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
ordian
epage
github:toml-rs:maintainers
Dependencies
anstream ^1.0.0
normal
optional
anstyle ^1.0.14
normal
optional
indexmap ^2.13.0
normal
serde_core ^1.0.228
normal
optional
serde_spanned ^1.1.1
normal
optional
toml_datetime ^1.1.1
normal
toml_parser ^1.1.2
normal
optional
toml_writer ^1.1.1
normal
optional
winnow ^1.0.0
normal
optional
proptest ^1.10.0
dev
serde ^1.0.228
dev
serde-untagged ^0.1.9
dev
serde_json ^1.0.149
dev
snapbox ^1.1.0
dev
toml-test-data ^2.4.0
dev
toml-test-harness ^1.4.0
dev
walkdir ^2.5.0
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
visit_document
toml_
edit
0.25.11+spec-1.1.0
In toml_
edit::
visit
toml_edit
::
visit
Function
visit_
document
Copy item path
Source
pub fn visit_document<'doc, V>(v:
&mut V
, node: &'doc
DocumentMut
)
where V:
Visit
<'doc> + ?
Sized
,