Function rushell_deps_pom::parser::seq[][src]

pub fn seq<'a, I>(tag: &'a [I]) -> Parser<'a, I, &[I]> where
    I: PartialEq + Debug + Send + Sync

Success when sequence of symbols matches current input.