pub fn to_cbor<T>(value: &T) -> Result<Vec<u8>, CborError>where T: Serialize,
Serialize value to CBOR string (using dag-json).
value