Struct askama_shared::Syntax[][src]

pub struct Syntax<'a> {
    pub block_start: &'a str,
    pub block_end: &'a str,
    pub expr_start: &'a str,
    pub expr_end: &'a str,
    pub comment_start: &'a str,
    pub comment_end: &'a str,
}

Fields

Trait Implementations

impl<'a> Debug for Syntax<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Default for Syntax<'a>
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<'a> Send for Syntax<'a>

impl<'a> Sync for Syntax<'a>