Function serde_cbor::ser::to_writer_packed_sd [] [src]

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

Serializes a value without names to a writer and add a CBOR self-describe tag.