Struct tramex_tools::interface::parser::ParsingError
source · pub struct ParsingError {
pub message: String,
pub line_idx: u64,
}
Expand description
Parsing error
Fields§
§message: String
Error message
line_idx: u64
Line index
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ParsingError
impl Send for ParsingError
impl Sync for ParsingError
impl Unpin for ParsingError
impl UnwindSafe for ParsingError
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