Function fvm_ipld_encoding::to_writer

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

Encode a value as CBOR to the given writer.