Type Alias trust_dns_resolver::name_server::GenericNameServerPool

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