Struct askama_shared::Config[][src]

pub struct Config<'a> {
    pub dirs: Vec<PathBuf>,
    pub syntaxes: BTreeMap<String, Syntax<'a>>,
    pub default_syntax: &'a str,
}

Fields

Methods

impl<'a> Config<'a>
[src]

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Config<'a>

impl<'a> Sync for Config<'a>