Enum tydi_hir::type::Type [−][src]
pub enum Type {
Named(NamedType),
Anon(Id<LogicalType>),
}Expand description
A Tydi Type.
Variants
Named(NamedType)
Tuple Fields
0: NamedTypeA named type.
Anon(Id<LogicalType>)
Tuple Fields
0: Id<LogicalType>An anonymous type.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Type
impl UnwindSafe for Type
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
