Searched defs:Lookahead1 (Results 1 – 1 of 1) sorted by relevance
62 pub struct Lookahead1<'a> { struct68 pub fn new(scope: Span, cursor: Cursor) -> Lookahead1 { in new()77 lookahead: &Lookahead1, in peek_impl()88 impl<'a> Lookahead1<'a> { implementation