pub struct MPLParser;Expand description
PEG parser for MPL. Use with pest::Parser’s parse(rule, src).
The associated Rule enum is auto-generated by pest_derive and
is re-exported at the crate root.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MPLParser
impl RefUnwindSafe for MPLParser
impl Send for MPLParser
impl Sync for MPLParser
impl Unpin for MPLParser
impl UnsafeUnpin for MPLParser
impl UnwindSafe for MPLParser
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