Function serde_cbor::ser::to_writer [] [src]

pub fn to_writer<W: Write, T: Serialize>(writer: &mut W, value: &T) -> Result<()>

Encodes the specified struct into a writer.