Expand description
Errors, type aliases, and functions related to working with Result.
Structs§
- UnexpectedNull Error 
- An unexpected NULLwas encountered during deserialization
Enums§
- ConnectionError 
- Errors which can occur during Connection::establish
- DatabaseError Kind 
- The kind of database error that occurred.
- Error
- Represents all the ways that a query can fail.
Traits§
- DatabaseError Information 
- Information about an error that was returned by the database.
- OptionalExtension 
- See the method documentation.
Type Aliases§
- ConnectionResult 
- A specialized result type for establishing connections.
- QueryResult 
- A specialized result type for queries.