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