[][src]Function parze::not_sym

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

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