pub type Annotations<'a> = HashMap<&'a dyn ASTKey, Label>;
Annotations of an AST
pub struct Annotations<'a> { /* private fields */ }