Type Alias ModalResult

type ModalResult = Result<O, ErrMode<E>>

[Modal error reporting][ErrMode] for Parser::parse_next

By default, the error type (E) is ContextError.

When integrating into the result of the application, see