[−][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
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 |
Type Definitions
ProtoResult | An alias for results returned by functions of this crate |