Searched defs:Lookahead1 (Results 1 – 1 of 1) sorted by relevance
64 pub struct Lookahead1<'a> { struct70 pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { in new()79 lookahead: &Lookahead1, in peek_impl()90 impl<'a> Lookahead1<'a> { impl