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 */ }