Transition

Type Alias Transition 

Source
pub type Transition<K, J, OpV> = (K, J, J, OpV);
Expand description

Type alias for the transition table entry.