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]

fn errors(&self) -> &[Error]

Returns the errors in the stack.

Trait Implementations

impl Clone for ErrorStack
[src]

fn clone(&self) -> ErrorStack

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for ErrorStack
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Display for ErrorStack
[src]

fn fmt(&self, fmt: &mut Formatter) -> Result

Formats the value using the given formatter.

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.