Crate resolver_types

Source
Expand description

This crate allows the abstratction of DNS resolvers such as trust-dns-resolver or GaiResolver from hyper

Structs§

PriorityEntry

Enums§

QueryType
An incomplete set of recored types to resolve
Record
An incomplete set of the results a typical, mobile client may request
ResolveError

Traits§

AsyncResolver
The simplified interface that all resolvers share
Resolver
The simplified interface that all resolvers share

Type Aliases§

ResolveResult