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