Parser

Type Alias Parser 

Source
pub type Parser = Peekable<IntoIter<Located<Token>>>;

Aliased Typeยง

pub struct Parser { /* private fields */ }