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