Struct native_tls::Error
[−]
[src]
pub struct Error(_);
An error returned from the TLS implementation.
Trait Implementations
impl ErrorExt for Error
[src]
fn security_framework_error(&self) -> &Error
[src]
Extract the underlying Security Framework error for inspection.
impl Error for Error
[src]
fn description(&self) -> &str
[src]
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
[src]
The lower-level cause of this error, if any. Read more
impl Display for Error
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more