Structs§
- Array
Iter - Decoder
- Provides functions for decoding a CBOR object with a known schema.
- Deserialize
Error - When any of the decode methods are called they look for that particular data type at the current
position. If the CBOR data tag does not match the type, a
DeserializeError
is returned. - MapIter