pub fn write_toml<W>(config: &Config, writer: &mut W) -> Result<(), Error>where W: Write,
Write TOML serialized from the Config struct to the given writer.
Config
writer