Type Alias trust_dns_resolver::name_server::GenericNameServer

source ·
pub type GenericNameServer<R> = NameServer<GenericConnector<R>>;
Expand description

Specifies the details of a remote NameServer used for lookups

Aliased Type§

struct GenericNameServer<R> { /* private fields */ }