Trait ModalError
trait ModalError
Manipulate the how parsers respond to this error
Required Methods
fn cut(self: Self) -> SelfPrevent backtracking, bubbling the error up to the top
fn backtrack(self: Self) -> SelfEnable backtracking support
Implementors
impl<E> ModalError for ErrMode<E>