Expand description
Types for working with errors produced by SQLx.
Structs§
- Unexpected
Null Error - An unexpected
NULL
was encountered during decoding.
Enums§
Traits§
- Database
Error - An error that was returned from the database.
Functions§
Type Aliases§
- BoxDyn
Error - Result
- A specialized
Result
type for SQLx.