Type Definition acme_network::AxumServer
source · [−]pub type AxumServer = Server<AddrIncoming, IntoMakeService<Router>>;Expand description
Type alias for the servers implemented when leveraging the axum web framework
pub type AxumServer = Server<AddrIncoming, IntoMakeService<Router>>;Type alias for the servers implemented when leveraging the axum web framework