Type Alias deadpool_sqlite::PoolError
source · pub type PoolError = PoolError<Error>;Expand description
Type alias for using deadpool::managed::PoolError with rusqlite.
Aliased Type§
enum PoolError {
// some variants omitted
}pub type PoolError = PoolError<Error>;Type alias for using deadpool::managed::PoolError with rusqlite.
enum PoolError {
// some variants omitted
}