Function cbor4ii::serde::to_writer

source ·
pub fn to_writer<W, T>(
    writer: &mut W,
    value: &T
) -> Result<(), EncodeError<Error>>where
    W: Write,
    T: Serialize,
Expand description

Serializes a value to a writer.