Module name_server

Expand description

A module with associated items for working with nameservers

Structs§

GenericConnection
A connected DNS handle
GenericConnector
Default connector for GenericConnection
NameServer
This struct is used to create DnsHandle with the help of P.
NameServerPool
Abstract interface for mocking purpose

Traits§

ConnectionProvider
Create DnsHandle with the help of RuntimeProvider. This trait is designed for customization.

Type Aliases§

GenericNameServer
Specifies the details of a remote NameServer used for lookups
GenericNameServerPool
A pool of NameServers
TokioConnectionProvider
Default ConnectionProvider with GenericConnection.