Trait Library

Source
pub trait Library {
    // Required method
    fn id() -> c_int;
}
Expand description

An OpenSSL error library.

Required Methods§

Source

fn id() -> c_int

Returns the ID assigned to this library by OpenSSL.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§