[][src]Trait tml_parser::lexer::LexerTrait

pub trait LexerTrait {
    fn next_token(&mut self) -> Token;
fn peek_token(&self) -> Token; }

Required methods

fn next_token(&mut self) -> Token

fn peek_token(&self) -> Token

Loading content...

Implementors

impl LexerTrait for Lexer[src]

Loading content...