[][src]Trait openssl_errors::Library

pub trait Library {
    fn id() -> c_int;
}

An OpenSSL error library.

Required methods

fn id() -> c_int

Returns the ID assigned to this library by OpenSSL.

Loading content...

Implementors

Loading content...