diesel_async::pooled_connection::bb8

Type Alias Pool

Source
pub type Pool<C> = Pool<AsyncDieselConnectionManager<C>>;
Available on crate features pool and bb8 only.
Expand description

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

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

Aliased Typeยง

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