pub struct PklParser;
Expand description
PklParser
is a parser generated from the pkl.pest
grammar file.
This struct is used to parse input strings according to the rules defined in the grammar.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PklParser
impl RefUnwindSafe for PklParser
impl Send for PklParser
impl Sync for PklParser
impl Unpin for PklParser
impl UnwindSafe for PklParser
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