pub type NameServerPool<P> = AbstractNameServerPool<GenericConnection, P>;
Expand description

A pool of NameServers

This is not expected to be used directly, see crate::AsyncResolver.