parsell::CHARACTER [] [src]

pub const CHARACTER: AnyCharacter = impls::AnyCharacter

A committed parser that reads one character.

The parser CHARACTER reads one character ch from the input, and produces Some(ch). It produces None at the end of input.