Function rushell_deps_pom::parser::one_of[][src]

pub fn one_of<'a, I, S: ?Sized>(set: &'a S) -> Parser<'a, I, I> where
    I: Clone + PartialEq + Display + Debug + Send,
    S: Set<I> + Sync

Success when current input symbol is one of the set.