pub enum ErrorSpan {
InstructionPart {
idx: usize,
},
Argument {
idx: usize,
},
}
Expand description
An opaque description of an error origin.
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorSpan
impl RefUnwindSafe for ErrorSpan
impl Send for ErrorSpan
impl Sync for ErrorSpan
impl Unpin for ErrorSpan
impl UnwindSafe for ErrorSpan
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