Type Alias diesel_async::pooled_connection::deadpool::Pool

source ·
pub type Pool<C> = Pool<AsyncDieselConnectionManager<C>>;
Expand description

Type alias for using deadpool::managed::Pool with [diesel-async]

This is not equal to deadpool::managed::Pool. It already uses the correct connection manager and expects only the connection type as generic argument

Aliased Type§

struct Pool<C> { /* private fields */ }