Type Alias UdpEndpoint

Source
pub type UdpEndpoint = IpEndpoint<Udp>;
Expand description

The UDP endpoint type.

Aliased Typeยง

pub struct UdpEndpoint { /* private fields */ }