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
}

Variants§