Module sqlite_loadable::errors
source · Expand description
Custom Error/Result for sqlite-loadable-rs APIs.
Structs
Any error that occurs while creating or using a SQLite extension.
Enums
The specific type of an error.
Type Definitions
A type alias for
Result<T, xxx::Error>
.