Trait llvm_ir::types::Typed[][src]

pub trait Typed {
    fn get_type(&self, types: &Types) -> TypeRef;
}
Expand description

The Typed trait is used for anything that has a Type.

Required methods

Implementations on Foreign Types

Implementors