pub type DocType<'a> = HashMap<&'a str, HashMap<&'a str, &'a str>>;
pub struct DocType<'a> { /* private fields */ }