[][src]Function pom::parser::none_of

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

Success when current input symbol is none of the set.