☰
Attributes
Trait Implementations
AstDebug
In move_compiler::expansion::ast
?
Type Definition
move_compiler
::
expansion
::
ast
::
Attributes
source
·
[
−
]
pub type Attributes =
UniqueMap
<
AttributeName
,
Attribute
>;
Trait Implementations
source
impl
AstDebug
for
Attributes
source
fn
ast_debug
(&self, w: &mut
AstWriter
)