Module aws_smithy_cbor::decode
source · Structs§
- Provides functions for decoding a CBOR object with a known schema.
- 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.