Module trust_dns_server::authority [] [src]

Module for Catalog of Authority zones which are responsible for storing RRSet records.

Reexports

pub use self::authority::Authority;
pub use self::persistence::Journal;

Modules

authority

All authority related types

persistence

All zone persistence related types

Structs

Catalog

Set of authorities, zones, available to this server.

Enums

AuthLookup

The result of a lookup on an Authority

ZoneType

The type of zone stored in a Catalog

Type Definitions

UpdateResult

Result of an Update operation