pub type IcmpResolver = Resolver<Icmp, RawSocket<Icmp>>;
The ICMP resolver type.
pub struct IcmpResolver { /* private fields */ }