Function rushell_deps_pom::parser::none_of[][src]

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

Success when current input symbol is none of the set.