Annotations

Type Alias Annotations 

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

Annotations of an AST

Aliased Typeยง

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