[][src]Function parze::sym

pub fn 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 the given symbol.