Expand description
Errors.
Structs§
- Error
- This type represents all possible errors that can occur when serializing or deserializing JSON data.
Enums§
- Category
- Categorizes the cause of a
sonic_rs::Error.
Type Aliases§
- Result
- Alias for a
Resultwith the error typesonic_rs::Error.