Trait ModalError

trait ModalError

Manipulate the how parsers respond to this error

Required Methods

fn cut(self: Self) -> Self

Prevent backtracking, bubbling the error up to the top

fn backtrack(self: Self) -> Self

Enable backtracking support

Implementors