Crate async_rusqlite
source ·Re-exports
pub use rusqlite;
Structs
- A handle which allows access to the underlying
rusqlite::ConnectionviaConnection::call().
Enums
- Errors that can be emitted from this library.
Type Definitions
- A result returned from calls to
Connection.