[−][src]Trait tower_web::net::ConnectionStream
An asynchronous stream of connections.
Associated Types
type Item: Connection
Connection type yielded each iteration.
Required Methods
fn poll_next(&mut self) -> Poll<Option<Self::Item>, Error>
Attempt to resolve the next connection, registering the current task for wakeup if one is not yet available.