[−][src]Function pom::parser::one_of
pub fn one_of<'a, I, S: ?Sized>(set: &'a S) -> Parser<'a, I, I> where
I: Clone + PartialEq + Display + Debug,
S: Set<I>,
Success when current input symbol is one of the set.
pub fn one_of<'a, I, S: ?Sized>(set: &'a S) -> Parser<'a, I, I> where
I: Clone + PartialEq + Display + Debug,
S: Set<I>,
Success when current input symbol is one of the set.