Trait winnow::error::ModalError
source · pub trait ModalError {
// Required methods
fn cut(self) -> Self;
fn backtrack(self) -> Self;
}
Expand description
Manipulate the how parsers respond to this error
Required Methods§
Object Safety§
This trait is not object safe.