Struct openssl::error::ErrorStack [] [src]

pub struct ErrorStack(_);

Methods

impl ErrorStack
[src]

Returns the contents of the OpenSSL error stack.

impl ErrorStack
[src]

Returns the errors in the stack.

Trait Implementations

impl Debug for ErrorStack
[src]

Formats the value using the given formatter.

impl Clone for ErrorStack
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for ErrorStack
[src]

Formats the value using the given formatter. Read more

impl Error for ErrorStack
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more