Struct kodept_parse::error::ErrorLocation
source · pub struct ErrorLocation {
pub in_stream: usize,
pub in_code: CodePoint,
}Fields§
§in_stream: usize§in_code: CodePointImplementations§
source§impl ErrorLocation
impl ErrorLocation
pub fn new(in_stream: usize, in_code: CodePoint) -> ErrorLocation
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorLocation
impl RefUnwindSafe for ErrorLocation
impl Send for ErrorLocation
impl Sync for ErrorLocation
impl Unpin for ErrorLocation
impl UnwindSafe for ErrorLocation
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