Trait hs_bindgen_traits::ReprRust
source · [−]pub trait ReprRust<T> {
fn from(_: T) -> Self;
}Expand description
Generate Rust safe wrapper from a given C-FFI type.
pub trait ReprRust<T> {
fn from(_: T) -> Self;
}Generate Rust safe wrapper from a given C-FFI type.