Type Alias Annotations

Source
pub type Annotations<'a> = HashMap<&'a dyn ASTKey, Label>;
Expand description

Annotations of an AST

Aliased Typeยง

struct Annotations<'a> { /* private fields */ }