write_toml

Function write_toml 

Source
pub fn write_toml<W>(config: &Config, writer: &mut W) -> Result<(), Error>
where W: Write,
Expand description

Write TOML serialized from the Config struct to the given writer.