Type Alias SharedPool

Source
pub type SharedPool = Data<Pool>;
Expand description

Helper-Type - Connection pool to the database.

Aliased Typeยง

struct SharedPool(/* private fields */);