Type Alias netstack3_icmp_echo::IcmpSocketSet

source ·
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 */);