Struct trust_dns_proto::error::not_ring::Unspecified[][src]

pub struct Unspecified;

Trait Implementations

impl Debug for Unspecified
[src]

Formats the value using the given formatter. Read more

impl Display for Unspecified
[src]

Formats the value using the given formatter. Read more

impl Error for Unspecified
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

impl From<Unspecified> for ProtoError

Performs the conversion.

Auto Trait Implementations

impl Send for Unspecified

impl Sync for Unspecified