[][src]Function serde_dokechi::ser::to_writer

pub fn to_writer<W: Write, T: Serialize>(w: W, value: T) -> Result<(), Error>

Serialize the given data structure as Dokechi format into the IO stream.