pub fn empty<E>() -> Empty<E>
A parser that parses no inputs.
The output type of this parser is ().
()