Skip to main content

ToLLVMTypeFn

Type Alias ToLLVMTypeFn 

Source
pub type ToLLVMTypeFn = fn(self_ty: Ptr<TypeObj>, _: &mut Context) -> Result<Ptr<TypeObj>>;
Expand description

A function pointer type for the ToLLVMType interface.