ToToml
Value
toml_
write
0.1.1
ToToml
Value
Required Methods
to_toml_value
Implementors
In crate toml_
write
Structs
TomlKey
TomlKeyBuilder
TomlString
TomlStringBuilder
Traits
ToTomlKey
ToTomlValue
TomlWrite
WriteTomlKey
WriteTomlValue
toml_write
Trait
ToTomlValue
Copy item path
Settings
Help
Summary
Source
pub trait ToTomlValue { // Required method fn
to_toml_value
(&self) ->
String
; }
Available on
crate feature
alloc
only.
Required Methods
§
Source
fn
to_toml_value
(&self) ->
String
Implementors
§
Source
§
impl<T>
ToTomlValue
for T
where T:
WriteTomlValue
+ ?
Sized
,