☰
NamedAddressMap
Trait Implementations
AstDebug
In move_compiler::shared
?
Type Definition
move_compiler
::
shared
::
NamedAddressMap
source
·
[
−
]
pub type NamedAddressMap =
BTreeMap
<
Symbol
,
NumericalAddress
>;
Trait Implementations
source
impl
AstDebug
for
NamedAddressMap
source
fn
ast_debug
(&self, w: &mut
AstWriter
)