Module init

Source
Expand description

This module contains smart pointers that reference various Init types in TableGen.

Init reference types can be converted to Rust types using Into and TryInto. Most conversions are cheap, except for conversion to String.

Structs§

BitInit
BitsInit
DagInit
DagIter
DefInit
IntInit
ListInit
ListIter
StringInit

Enums§

TypedInit
Enum that holds a reference to a TypedInit.