Type Definition trust_dns_resolver::name_server::NameServerPool
source · pub type NameServerPool<P> = AbstractNameServerPool<GenericConnection, P>;
Expand description
A pool of NameServers
This is not expected to be used directly, see crate::AsyncResolver.