pub async fn launch<Db: Database>( settings: Settings<Db::Settings>, host: String, port: u16 ) -> Result<()>