Struct twig::tokens::TokenRef
[−]
[src]
pub struct TokenRef<'a> { pub value: TokenValueRef<'a>, pub line: usize, }
Lexer output token, lexer's output and parser's input.
Fields
value | |
line |