Function serde_cbor::ser::to_writer_sd
[−]
[src]
pub fn to_writer_sd<W, T>(writer: &mut W, value: &T) -> Result<()> where
W: Write,
T: Serialize,
Serializes a value to a writer and adds a CBOR self-describe tag.