RuleSlice

Type Alias RuleSlice 

Source
pub type RuleSlice<Q, A> = [Rule<Q, A>];
Expand description

A type alias for a slice containing Rule elements.