Trait inkwell::types::AnyType [−][src]
Represents any LLVM type.
Provided methods
fn as_any_type_enum(&self) -> AnyTypeEnum<'ctx>
[src]
Returns an AnyTypeEnum
that represents the current type.
fn print_to_string(&self) -> LLVMString
[src]
Prints the definition of a Type to a LLVMString
.