[−][src]Function pom::parser::seq
pub fn seq<'a, 'b: 'a, I>(tag: &'b [I]) -> Parser<'a, I, &'a [I]> where
I: PartialEq + Debug,
Success when sequence of symbols matches current input.
pub fn seq<'a, 'b: 'a, I>(tag: &'b [I]) -> Parser<'a, I, &'a [I]> where
I: PartialEq + Debug,
Success when sequence of symbols matches current input.