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

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

Required Methods§

Implementations on Foreign Types§

Implementors§