Struct edlang_parser::grammar::grammar::PathSegmentsParser
source · pub struct PathSegmentsParser { /* private fields */ }
Implementations§
source§impl PathSegmentsParser
impl PathSegmentsParser
pub fn new() -> PathSegmentsParser
pub fn parse<__TOKEN: __ToTriple, __TOKENS: IntoIterator<Item = __TOKEN>>( &self, __tokens0: __TOKENS ) -> Result<Vec<PathSegment>, ParseError<usize, Token, LexicalError>>
Auto Trait Implementations§
impl RefUnwindSafe for PathSegmentsParser
impl Send for PathSegmentsParser
impl Sync for PathSegmentsParser
impl Unpin for PathSegmentsParser
impl UnwindSafe for PathSegmentsParser
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