pub struct LispErr {
pub msg: String,
pub pos: Pos,
}
Expand description
error message
Fields§
§msg: String
§pos: Pos
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LispErr
impl RefUnwindSafe for LispErr
impl Send for LispErr
impl Sync for LispErr
impl Unpin for LispErr
impl UnwindSafe for LispErr
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