[−][src]Module hyper::server::accept
The Accept trait and supporting types.
This module contains:
- The
Accepttrait used to asynchronously accept incoming connections. - Utilities like
poll_fnto ease creating a customAccept.
Traits
| Accept | Asynchronously accept incoming connections. |
Functions
| from_stream | Adapt a |
| poll_fn | Create an |