Expand description
Error types for the crate
Structs§
- DnsSec
Error - The error type for dnssec errors that get returned in the crate
- Proto
Error - The error type for errors that get returned in the crate
Enums§
- DnsSec
Error Kind - The error kind for dnssec errors that get returned in the crate
- Proto
Error Kind - The error kind for errors that get returned in the crate
Traits§
- From
Proto Error - A trait marking a type which implements From
and std::error::Error types as well as Clone + Send
Type Aliases§
- DnsSec
Result - An alias for dnssec results returned by functions of this crate
- Proto
Result - An alias for results returned by functions of this crate