Function serde_dbor::to_writer[][src]

pub fn to_writer<T, W>(value: &T, writer: W) -> Result<W> where
    T: Serialize,
    W: IoWrite

Serialize the given data structure as DBOR into an IO stream