Struct ezno_parser::ParseError
source · pub struct ParseError {
pub reason: String,
pub position: Span,
}
Expand description
A error for not parsing
Fields§
§reason: String
§position: Span
Implementations§
Trait Implementations§
source§impl Debug for ParseError
impl Debug for ParseError
Auto Trait Implementations§
impl RefUnwindSafe for ParseError
impl Send for ParseError
impl Sync for ParseError
impl Unpin for ParseError
impl UnwindSafe for ParseError
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