Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Docs.rs
toml_writer-1.0.4
toml_writer 1.0.4
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
epage
github:toml-rs:maintainers
Dependencies
proptest ^1.7.0
dev
snapbox ^0.6.21
dev
toml ^0.5.11
dev
Versions
18.75%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
ToTomlKey
toml_
writer
1.0.4
ToToml
Key
Required Methods
to_toml_key
Implementors
In crate toml_
writer
toml_writer
Trait
ToToml
Key
Copy item path
Source
pub trait ToTomlKey { // Required method fn
to_toml_key
(&self) ->
String
; }
Available on
crate feature
alloc
only.
Required Methods
§
Source
fn
to_toml_key
(&self) ->
String
Implementors
§
Source
§
impl<T>
ToTomlKey
for T
where T:
WriteTomlKey
+ ?
Sized
,