Module axum07

Source
Expand description

Analogue of axum::serve module, but for tokio-listener.

Structs§

IncomingStream
An incoming stream.
Serve
Future returned by serve.
WithGracefulShutdown
Serve future with graceful shutdown enabled.

Functions§

serve
Serve the service with the supplied tokio_listener-based listener.