Type Alias TemplateList

Source
pub type TemplateList<'a> = Vec<Template<'a, 'a>>;

Aliased Typeยง

pub struct TemplateList<'a> { /* private fields */ }