Function serdeconv::to_toml_writer

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

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