new_mysql_pool

Function new_mysql_pool 

Source
pub async fn new_mysql_pool(
    config: &Config,
    pool_stat: Option<Arc<PoolStat>>,
) -> Result<MySqlPool, Error>