pub fn from_slice_non_strict<T>(data: &[u8]) -> Result<T, DecodeError>where
    T: Decode,
Expand description

Convert CBOR-encoded data into the given type using non-strict decoding.