Module netcore::transport::and_then[][src]

Structs

An AndThen is a transport which applies a closure (F) to all connections created by the underlying transport.

Future generated by the AndThen transport.

Listener stream returned by listen_on on an AndThen transport.