pub type GenericNameServerPool<P> = NameServerPool<GenericConnector<P>>;
Expand description
A pool of NameServers
This is not expected to be used directly, see crate::AsyncResolver.
Aliased Typeยง
struct GenericNameServerPool<P> { /* private fields */ }