pub struct FastError;
Expand description
A fast efficient error that won’t provide much information besides the name kind of nom parsers that failed and the position at which it failed.
Auto Trait Implementations§
impl Freeze for FastError
impl RefUnwindSafe for FastError
impl Send for FastError
impl Sync for FastError
impl Unpin for FastError
impl UnwindSafe for FastError
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