Enum chumsky::debug::ParseEvent
source · [−]pub enum ParseEvent {
Info(String),
}
Expand description
An event that occurred during parsing.
Variants
Info(String)
Debugging information was emitted.
Auto Trait Implementations
impl RefUnwindSafe for ParseEvent
impl Send for ParseEvent
impl Sync for ParseEvent
impl Unpin for ParseEvent
impl UnwindSafe for ParseEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more