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