Trait gccjit::ToObject [] [src]

pub trait ToObject<'ctx> {
    fn to_object(&self) -> Object<'ctx>;
}

ToObject is a trait implemented by types that can be upcast to Object.

Required Methods

Implementors