trust_dns_resolver::name_server

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