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