Skip to main content

Module type

Module type 

Source
Expand description

Types and type IDs.

Re-exports§

pub use self::id::TypeId;

Modules§

id
Type IDs and allocators

Structs§

FunctionType
A function type.
IntegerType
A integer type.
MemRefType
A mem-ref type.
RankedTensorType
A ranked tensor type.
TupleType
A tuple type.
Type
A type.

Traits§

ShapedTypeLike
Trait for shaped types.
TypeLike
Trait for type-like types.