Function rushell_deps_pom::parser::sym[][src]

pub fn sym<'a, I: 'a>(t: I) -> Parser<'a, I, I> where
    I: Clone + PartialEq + Display + Send + Sync

Success when current input symbol equals t.