Struct openssl::error::ErrorStack
[−]
[src]
pub struct ErrorStack(_);
Methods
impl ErrorStack
[src]
fn get() -> ErrorStack
Returns the contents of the OpenSSL error stack.
impl ErrorStack
[src]
Trait Implementations
impl Display for ErrorStack
[src]
impl Error for ErrorStack
[src]
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
1.0.0
The lower-level cause of this error, if any.