Function pom::utf8::none_of

source ·
pub fn none_of<'a, S>(set: &'a S) -> Parser<'a, char>
where S: Set<char> + ?Sized,
Expand description

Success when current input symbol is none of the set.