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

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

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

Struct fields and enum variants are identified by their numeric indices rather than names to save space.