use turbofish::App; #[tokio::main] async fn main() -> Result<(), Box> { let app = App {}; app.serve().await?; Ok(()) }