pub struct ProtoParser;
Expand description
Parser implementation using pest grammar rules. This struct is used to parse Protocol Buffer files according to the grammar defined in proto.pest.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProtoParser
impl RefUnwindSafe for ProtoParser
impl Send for ProtoParser
impl Sync for ProtoParser
impl Unpin for ProtoParser
impl UnwindSafe for ProtoParser
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