Struct bitflags::__core::net::Incoming
[−]
[src]
pub struct Incoming<'a> { // some fields omitted }1.0.0
An infinite iterator over the connections from a TcpListener
.
This iterator will infinitely yield Some
of the accepted connections. It
is equivalent to calling accept
in a loop.