pub fn from_cbor<T>(bytes: &[u8]) -> Option<T>where T: for<'d> Decode<'d, ()>,
Decode raw bytes into a structured type T, assuming no context.
T