Crate uir_core

Source
Expand description

§Title

Macros§

impl_downcast
Adds downcasting support to traits that extend downcast::Downcast by defining forwarding methods to the corresponding implementations on std::any::Any in the standard library.

Structs§

Aid
A combination of a [Attribute]’s name and its dialect.
AttributeName
An [Attribute]’s name
DialectName
Dialect name
Oid
A combination of an [Operation]’s name and its dialect.
OperationName
An [Operation]’s name (not including it’s dialect).

Enums§

Error

Traits§

Downcast
Supports conversion to Any. Traits to be extended by impl_downcast! must extend Downcast.

Type Aliases§

ArenaCell
ArenaIndex
Result