I have the following code:
#[async_std::main] async fn main() -> tide::Result<()> { let mut app = tide::new(); let pool = MySqlPoolOptions::