SharedPool

Type Alias SharedPool 

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

Helper-Type - Connection pool to the database.

Aliased Typeยง

pub struct SharedPool(/* private fields */);