Struct native_tls::Error [] [src]

pub struct Error(_);

An error returned from the TLS implementation.

Trait Implementations

impl ErrorExt for Error
[src]

[src]

Extract the underlying Security Framework error for inspection.

impl Error for Error
[src]

[src]

A short description of the error. Read more

[src]

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

impl Display for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl<T: Into<Error>> From<T> for Error
[src]

[src]

Performs the conversion.