pub struct ConcreteParser {}Expand description
Parser for concrete syntax patterns
Implementations§
Source§impl ConcreteParser
impl ConcreteParser
Sourcepub fn parse(&self, input: &str) -> ParseResult<CodePattern>
pub fn parse(&self, input: &str) -> ParseResult<CodePattern>
Parse a pattern string into CodePattern
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConcreteParser
impl RefUnwindSafe for ConcreteParser
impl Send for ConcreteParser
impl Sync for ConcreteParser
impl Unpin for ConcreteParser
impl UnsafeUnpin for ConcreteParser
impl UnwindSafe for ConcreteParser
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