pub type DocComments = BTreeMap<Vec<String>, String>;
Track documentation to be attached to particular definitions.
pub struct DocComments { /* private fields */ }