Function ciborium::ser::into_writer[][src]

pub fn into_writer<T: ?Sized + Serialize, W: Write>(
    value: &T,
    writer: W
) -> Result<(), Error<W::Error>> where
    W::Error: Debug
Expand description

Serializes as CBOR into a type with impl ciborium_io::Write