Type Alias rem_utils::annotation::Annotations
source · pub type Annotations<'a> = HashMap<&'a dyn ASTKey, Label>;Expand description
Annotations of an AST
Aliased Type§
struct Annotations<'a> { /* private fields */ }pub type Annotations<'a> = HashMap<&'a dyn ASTKey, Label>;Annotations of an AST
struct Annotations<'a> { /* private fields */ }