Type Alias IcmpEndpoint

Source
pub type IcmpEndpoint = IpEndpoint<Icmp>;
Expand description

The ICMP endpoint type.

Aliased Typeยง

pub struct IcmpEndpoint { /* private fields */ }