Crate any_dns

Source

Structs§

AnyDNS
Builder
DnsSocket
DNS UDP socket
EmptyHandler
HandlerHolder
Clonable handler holder

Enums§

CustomHandlerError

Traits§

CustomHandler
Trait to implement to make AnyDns use a custom handler.Important: Handler must be clonable so it can be used by multiple threads.