pub type StateMachine<R, Program, Offset> = LineRows<R, Program, Offset>;๐Deprecated: StateMachine has been renamed to LineRows, use that instead.
Expand description
Deprecated. StateMachine has been renamed to LineRows.
Aliased Typeยง
struct StateMachine<R, Program, Offset> { /* private fields */ }