Function tomlconv::to_toml_writer [] [src]

pub fn to_toml_writer<T: ?Sized, W>(value: &T, writer: W) -> Result<()> where
    T: Serialize,
    W: Write

Converts the value to a TOML string and writes it to the writer.