Enum hyper_sync_rustls::util::Error
[−]
[src]
pub enum Error {
Io(Error),
BadCerts,
BadKeyCount,
BadKey,
}Variants
Io(Error)BadCertsBadKeyCountBadKey
Trait Implementations
impl Debug for Error[src]
impl Error for Error[src]
fn description(&self) -> &str[src]
A short description of the error. Read more
fn cause(&self) -> Option<&Error>1.0.0[src]
The lower-level cause of this error, if any. Read more