Expand description

Types generic over specific implementations

Structs

Connection with a stream that can be cloned if split into receiver and sender. Connection combines such stream for a specific destination address.

Traits

A market trait for concrete stream implementations which can be used as a generic parameter in a Connection object.
Extensions trait for simplifying TcpStream API in working with InetSocketAddr sockets