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
- A handle to the 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
- An alias for Tokio use cases
- An alias for Tokio use cases