Struct wikitext_parser::ParserError
source · pub struct ParserError {
pub kind: ParserErrorKind,
pub position: TextPosition,
}
Expand description
Error type of this crate.
Fields§
§kind: ParserErrorKind
The kind of error.
position: TextPosition
The position of the error in text.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ParserError
impl Send for ParserError
impl Sync for ParserError
impl Unpin for ParserError
impl UnwindSafe for ParserError
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