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

Methods

impl LexerOptions
[src]

Trait Implementations

impl Copy for LexerOptions
[src]

impl Clone for LexerOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more