[−][src]Function pom::parser::sym
pub fn sym<'a, I>(t: I) -> Parser<'a, I, I> where
I: Clone + PartialEq + Display,
Success when current input symbol equals t
.
pub fn sym<'a, I>(t: I) -> Parser<'a, I, I> where
I: Clone + PartialEq + Display,
Success when current input symbol equals t
.