Structs§
- Deserialize
Bytes - An abstract representaiton of bytes remaining after a deserialization failure.
- Deserialize
Error - Error struct containing the cause of a deserialization error and the bytes that caused the error.
- Deserialize
Result - Result from attempt to deserialize multiple items, including the successfully serialized items, an error if one occurred, and the remaining bytes that were not serialized.
- Serialize
Error - An error and remaining item to serialize if a serialization failure occurs while serializing multiple items.
Enums§
- BluetoothHF
Indicator - Command
- Deserialize
Error Cause - Errors that can occur while deserializing AT commands into high level generated AT command and response types.
- Hardcoded
Error - Network
Operator Name Format - Parse
Error - Response
- Responses and indications.
- Serialize
Error Cause - Success
- Test
OneVariant - Test
OneVariant Comma - Test
TwoVariants - Test
TwoVariants Comma
Traits§
- SerDe
- A trait for serializing or deserializing multiple items at once and defragmenting partially serialized items when new bytes become available.
Functions§
- lower_
command - lower_
success - raise_
command - raise_
success - success
- Wrap a Success case in a Response.