ToToml
Key
toml_
write
0.1.1
ToToml
Key
Required Methods
to_toml_key
Implementors
In crate toml_
write
Structs
TomlKey
TomlKeyBuilder
TomlString
TomlStringBuilder
Traits
ToTomlKey
ToTomlValue
TomlWrite
WriteTomlKey
WriteTomlValue
toml_write
Trait
ToTomlKey
Copy item path
Settings
Help
Summary
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
,