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