Module trust_dns_resolver::name_server
source · [−]Expand description
A module with associated items for working with nameservers
Structs
A connected DNS handle
Standard connection implements the default mechanism for creating new Connections
Specifies the details of a remote NameServer used for lookups
A pool of NameServers
TokioHandle
tokio-runtime
A handle to the Tokio runtime
TokioRuntime
tokio-runtime
The Tokio Runtime for async execution
Traits
A type to allow for custom ConnectionProviders. Needed mainly for mocking purposes.
RuntimeProvider defines which async runtime that handles IO and timers.
A type defines the Handle which can spawn future.
Type Definitions
TokioConnection
tokio-runtime
An alias for Tokio use cases
TokioConnectionProvider
tokio-runtime
An alias for Tokio use cases