Home
last modified time | relevance | path

Searched defs:Lookahead1 (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/
H A Dlookahead.rs64 pub struct Lookahead1<'a> { struct
70 pub(crate) fn new(scope: Span, cursor: Cursor) -> Lookahead1 { in new()
79 lookahead: &Lookahead1, in peek_impl()
90 impl<'a> Lookahead1<'a> { impl