Struct winnow::error::TreeErrorContext
source · pub struct TreeErrorContext<I, C = StrContext> {
pub input: I,
pub context: C,
}
Expand description
Fields§
§input: I
Parsed input, at the location where the error occurred
context: C
Trait Implementations§
Auto Trait Implementations§
impl<I, C> RefUnwindSafe for TreeErrorContext<I, C>where C: RefUnwindSafe, I: RefUnwindSafe,
impl<I, C> Send for TreeErrorContext<I, C>where C: Send, I: Send,
impl<I, C> Sync for TreeErrorContext<I, C>where C: Sync, I: Sync,
impl<I, C> Unpin for TreeErrorContext<I, C>where C: Unpin, I: Unpin,
impl<I, C> UnwindSafe for TreeErrorContext<I, C>where C: UnwindSafe, I: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more