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