pub type MsSqlPool = Pool<MsSql>;
An alias for Pool, specialized for MSSQL.
Pool
pub struct MsSqlPool(/* private fields */);