☰
Ability
Trait Implementations
TName
In move_compiler::parser::ast
?
Type Definition
move_compiler
::
parser
::
ast
::
Ability
source
·
[
−
]
pub type Ability =
Spanned
<
Ability_
>;
Trait Implementations
source
impl
TName
for
Ability
type
Key
=
Ability_
type
Loc
=
Loc
source
fn
drop_loc
(self) ->
(
Self::
Loc
, Self::
Key
)
source
fn
add_loc
(loc: Self::
Loc
, key: Self::
Key
) -> Self
source
fn
borrow
(&self) ->
(
&Self::
Loc
, &Self::
Key
)