Skip to main content

ToLLVMType

Trait ToLLVMType 

Source
pub trait ToLLVMType: Type {
    // Required method
    fn converter(&self) -> ToLLVMTypeFn;
}
Expand description

Interface for converting to an LLVM type.

Required Methods§

Source

fn converter(&self) -> ToLLVMTypeFn

Get a function to convert self to an LLVM type.

Trait Implementations§

Implementors§