pub type MySqlPool = Pool<MySql>;
mysql
An alias for Pool, specialized for MySQL.
Pool
struct MySqlPool(/* private fields */);