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 */ }