[][src]Module trust_dns_proto::error

Error types for the crate

Modules

not_openssl

Stubs for running without OpenSSL

not_ring

Types used without ring

Structs

ENABLE_BACKTRACE

Boolean for checking if backtrace is enabled at runtime

ExtBacktrace

Representation of an owned and self-contained backtrace.

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