[][src]Function parze::not_sym

pub fn not_sym<'b, 'a, T: Clone + 'a + PartialEq, E: ParseError<T> + 'a, U: Borrow<T> + Clone + 'a>(
    expected: U
) -> Parser<'a, T, T, E, impl ParseFn<T, T, E> + Captures<'b> + 'a> where
    'a: 'b,
    'b: 'a, 

A parser that accepts any one thing that is not the given symbol.