Trait cffi::ReturnType[][src]

pub trait ReturnType {
    type Foreign;
    type ForeignTraitObject;
    fn foreign_default() -> Self::Foreign;

    fn foreign_default_trait_object() -> Self::ForeignTraitObject { ... }
}

Associated Types

Loading content...

Required methods

Loading content...

Provided methods

Loading content...

Implementors

Loading content...