Skip to main content

UseAliasMap

Type Alias UseAliasMap 

Source
pub type UseAliasMap = HashMap<Symbol, Symbol>;
Expand description

Map from alias name to the mangled name it refers to. Created from use statements, e.g., use foo::bar creates bar -> foo$bar.

Aliased Typeยง

pub struct UseAliasMap { /* private fields */ }