Module hyper::server::accept[][src]

The Accept trait and supporting types.

This module contains:

Traits

Accept

Asynchronously accept incoming connections.

Functions

from_stream

Adapt a Stream of incoming connections into an Accept.

poll_fn

Create an Accept with a polling function.