pub trait ReprRust<T> {
    fn from(_: T) -> Self;
}
Expand description

Generate Rust safe wrapper from a given C-FFI type.

Required Methods

Implementations on Foreign Types

Implementors