Expand description
A module with associated items for working with nameservers
Structs§
- A connected DNS handle
- Default connector for
GenericConnection
- This struct is used to create
DnsHandle
with the help ofP
. - Abstract interface for mocking purpose
Traits§
- Create
DnsHandle
with the help ofRuntimeProvider
. This trait is designed for customization.
Type Aliases§
- Specifies the details of a remote NameServer used for lookups
- A pool of NameServers
- Tokio
Connection Provider tokio-runtime
Default ConnectionProvider withGenericConnection
.