Type Alias RawWords

pub type RawWords<'a> = TableRef<'a, RawWordsMarker>;
Expand description

Used for the state_array in StxHeader.

Aliased Typeยง

pub struct RawWords<'a> { /* private fields */ }