☰
Identifier
Required Methods
loc
value
Implementors
In move_compiler::shared
?
Trait
move_compiler
::
shared
::
Identifier
source
·
[
−
]
pub trait Identifier { fn
value
(&self) ->
Symbol
;
fn
loc
(&self) ->
Loc
; }
Required methods
source
fn
value
(&self) ->
Symbol
source
fn
loc
(&self) ->
Loc
Implementors
source
impl
Identifier
for
ConstantName
source
impl
Identifier
for
Field
source
impl
Identifier
for
FunctionName
source
impl
Identifier
for
ModuleName
source
impl
Identifier
for
StructName
source
impl
Identifier
for
Var