pub type IcmpSocketSet<I, D, BT> = DatagramSocketSet<I, D, Icmp<BT>>;
Expand description
The set of ICMP sockets.
Aliased Typeยง
struct IcmpSocketSet<I, D, BT>(/* private fields */);
pub type IcmpSocketSet<I, D, BT> = DatagramSocketSet<I, D, Icmp<BT>>;
The set of ICMP sockets.
struct IcmpSocketSet<I, D, BT>(/* private fields */);