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 Errorfn description(&self) -> &str[src]
fn description(&self) -> &strThis 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 Errorfn 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 Errorfn 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 Errorfn security_framework_error(&self) -> &Error[src]
fn security_framework_error(&self) -> &ErrorExtract 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>,