pub async fn serve_router( port: u16, app: Router, ) -> Result<(), Box<dyn Error + Send + Sync>>
Serve a provided router on the given port.