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