☰
Ability
Trait Implementations
TName
In move_lang::parser::ast
?
Type Definition
move_lang
::
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
)