pub type UdpResolver = Resolver<Udp, DgramSocket<Udp>>;
The UDP resolver type.
pub struct UdpResolver { /* private fields */ }