pub struct Parser<'a, 'f> {
pub errors: Vec<Error<'a, 'f>>,
}
Expand description
A Lustre v6 parser
Fields§
§errors: Vec<Error<'a, 'f>>
Implementations§
Auto Trait Implementations§
impl<'a, 'f> Freeze for Parser<'a, 'f>
impl<'a, 'f> RefUnwindSafe for Parser<'a, 'f>
impl<'a, 'f> Send for Parser<'a, 'f>
impl<'a, 'f> Sync for Parser<'a, 'f>
impl<'a, 'f> Unpin for Parser<'a, 'f>
impl<'a, 'f> UnwindSafe for Parser<'a, 'f>
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