Trait snekdown::references::templates::GetTemplateVariables[][src]

pub trait GetTemplateVariables {
    fn get_template_variables(&self) -> Vec<Arc<RwLock<TemplateVariable>>>;
}

Required methods

Loading content...

Implementors

Loading content...