Function serde_cbor::ser::to_vec_packed_sd [] [src]

pub fn to_vec_packed_sd<T: Serialize>(value: &T) -> Result<Vec<u8>>

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