parsell::TOKEN [] [src]

pub const TOKEN: AnyTokenParser = impls::AnyTokenParser

A committed parser that reads one token.

The parser TOKEN reads one token tok from the input, and produces Some(tok). It produces None at the end of input.