Trait cffi::FromForeign[][src]

pub trait FromForeign<Foreign, Local>: Sized {
    type Error;
    unsafe fn from_foreign(_: Foreign) -> Result<Local, Self::Error>;
}

Associated Types

Required methods

Implementors