Trait cffi::ToForeign[][src]

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

Associated Types

Required methods

Implementors