Struct trust_dns_proto::error::ProtoError [−][src]
pub struct ProtoError { /* fields omitted */ }
Expand description
The error type for errors that get returned in the crate
Implementations
Get the kind of the error
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for ProtoError
impl Send for ProtoError
impl Sync for ProtoError
impl Unpin for ProtoError
impl !UnwindSafe for ProtoError
Blanket Implementations
Mutably borrows from an owned value. Read more