pub type Hash<'a> = HashMap<String, Data<'a>>;
Alias for mustache data hashes
struct Hash<'a> { /* private fields */ }