Type Definition cdbc_mysql::MySqlPool

source · []
pub type MySqlPool = Pool<MySql>;
Expand description

An alias for [Pool][crate::pool::Pool], specialized for MySQL.