Struct trust_dns_proto::error::not_openssl::SslErrorStack[][src]

pub struct SslErrorStack;

Trait Implementations

impl Debug for SslErrorStack
[src]

Formats the value using the given formatter. Read more

impl Display for SslErrorStack
[src]

Formats the value using the given formatter. Read more

impl Error for SslErrorStack
[src]

This method is soft-deprecated. Read more

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

impl From<SslErrorStack> for ProtoError

Performs the conversion.

Auto Trait Implementations

impl Send for SslErrorStack

impl Sync for SslErrorStack