pub type AxumServer = Server<AddrIncoming, IntoMakeService<Router>>;
Expand description

Type alias for the servers implemented when leveraging the axum web framework