pub fn empty<E>() -> Empty<E>
Expand description

A parser that parses no inputs.

The output type of this parser is ().