Module name_server

Module name_server 

Source
Expand description

A module with associated items for working with nameservers

Structs§

GenericConnection
A connected DNS handle
GenericConnectionProvider
Standard connection implements the default mechanism for creating new Connections
NameServer
Specifies the details of a remote NameServer used for lookups
NameServerPool
A pool of NameServers

Traits§

ConnectionProvider
A type to allow for custom ConnectionProviders. Needed mainly for mocking purposes.
RuntimeProvider
RuntimeProvider defines which async runtime that handles IO and timers.
Spawn
A type defines the Handle which can spawn future.