[go: up one dir, main page]

StateMachine

Type Alias StateMachine 

Source
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ยง

pub struct StateMachine<R, Program, Offset> { /* private fields */ }