seq

Function seq 

Source
pub fn seq<I: Clone + Ord, II: IntoIterator<Item = Lazy<I>>>(
    alternatives: II,
) -> Lazy<I>
Expand description

Accept if and only if each parser accepts in order.