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 Debug for ErrorStack
[src]
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