Module trust_dns_proto::error[][src]

Error types for the crate

Modules

not_openssl

Stubs for running without OpenSSL

not_ring

Types used without ring

Structs

ProtoError

The error type for errors that get returned in the crate

Enums

ProtoErrorKind

The error kind for errors that get returned in the crate

Traits

FromProtoError

A trait marking a type which implements From and std::error::Error types as well as Clone + Send

Type Definitions

ProtoResult

An alias for results returned by functions of this crate