pub type Vector<'a> = Vec<Data<'a>>;
Alias for mustache data vectors
pub struct Vector<'a> { /* private fields */ }