Struct twig::environment::Config [] [src]

pub struct Config {
    pub autoescape: String,
}

Environment configuration.

Fields

autoescape

Methods

impl Config

fn default() -> Config

fn from_hashmap(map: HashMap<String, String>) -> Config