pub trait ToLLVMType: Type {
// Required method
fn convert(&self, ctx: &Context) -> Result<TypeHandle>;
}Expand description
Interface for converting to an LLVM type.
pub trait ToLLVMType: Type {
// Required method
fn convert(&self, ctx: &Context) -> Result<TypeHandle>;
}Interface for converting to an LLVM type.