pub struct KParserError { /* private fields */ }
Expand description
Generic error where with an specific token Tree and and error message that it is used to generate the diagnostic later.
Implementations§
Source§impl KParserError
impl KParserError
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KParserError
impl RefUnwindSafe for KParserError
impl !Send for KParserError
impl !Sync for KParserError
impl Unpin for KParserError
impl UnwindSafe for KParserError
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