Module rustc_type_ir::ty_kind
source · Re-exports§
pub use self::closure::*;
Modules§
- closure 🔒
Structs§
- Represents the projection of an associated, opaque, or lazy-type-alias type.
- A floating-point (
f32
orf64
) type variable ID. - An integral (
u32
,i32
,usize
, etc.) type variable ID. - A type variable ID.
Enums§
- Specifies how a trait object is represented.
- A placeholder for a type that hasn’t been inferred yet.
- Defines the kinds of types used by the type system.