[][src]Type Definition sqlx::MySqlPool

type MySqlPool = Pool<MySql>;
This is supported on crate feature mysql only.

An alias for Pool, specialized for MySQL.