Expand description
High level trait to represent an adapter for a transport protocol. The adapter is only used to identify the resources of your adapter.
Required Associated Types
Resource type used to identify remote connections and send/receive from remote this endpoints (e.g. TcpStream) This can be considerered the resource used for client connections.