pub type SkipVecDequeRule<RULE, OPTION> = SkipRule<RULE, VecDeque<<RULE as Rule>::Item>, OPTION>;
Expand description
Rule where the data in the VecDeque
satisfies the condition after skipping the first element
Aliased Typeยง
struct SkipVecDequeRule<RULE, OPTION> { /* private fields */ }