pub trait LLVM<T> {
    fn llvm(&self) -> *mut T;
}
Expand description

Allows for llama types to be converted into LLVM pointers

Required Methods

Return a LLVM pointer

Implementors