Type Alias TcpEndpoint

Source
pub type TcpEndpoint = IpEndpoint<Tcp>;
Expand description

The TCP endpoint type.

Aliased Typeยง

pub struct TcpEndpoint { /* private fields */ }