Module dns

Source
Expand description

§Account DNS discovery

This module contains everything needed to discover account using DNS records.

Structs§

DnsClient
Simple DNS client using the tokio async resolver.
MxRecord
Sortable wrapper around a MX record.

Enums§

Error
The global Error enum of the module.

Type Aliases§

Result
The global Result alias of the module.

Derive Macros§

Error