Struct twig::tokens::LexerOptions
[−]
[src]
pub struct LexerOptions { pub tag_comment: Delimiters, pub tag_block: Delimiters, pub tag_variable: Delimiters, pub whitespace_trim: &'static str, pub interpolation: Delimiters, }
Lexer options.
Fields
tag_comment | |
tag_block | |
tag_variable | |
whitespace_trim | |
interpolation |