Type Alias deadpool_sqlite::CreatePoolError

source ·
pub type CreatePoolError = CreatePoolError<ConfigError>;
Expand description

Type alias for using deadpool::managed::CreatePoolError with rusqlite.

Aliased Type§

enum CreatePoolError {
    // some variants omitted
}

Variants§