Expand description
Serve services.
Structs§
- Incoming
Stream - An incoming stream.
- Serve
- Future returned by
serve
. - TapIo
- Return type of
ListenerExt::tap_io
. - With
Graceful Shutdown - Serve future with graceful shutdown enabled.
Traits§
- Listener
- Types that can listen for connections.
- Listener
Ext - Extensions to
Listener
.
Functions§
- serve
- Serve the service with the supplied listener.