spade_
ast_
lowering
0.13.0
IsSelf
Required Methods
is_self
Implementations on Foreign Types
TypeSpec
Implementors
In spade_
ast_
lowering::
types
spade_ast_lowering
::
types
Trait
IsSelf
Copy item path
Source
pub(crate) trait IsSelf { // Required method fn
is_self
(&self) ->
Result
<
bool
>; }
Required Methods
§
Source
fn
is_self
(&self) ->
Result
<
bool
>
Implementations on Foreign Types
§
Source
§
impl
IsSelf
for TypeSpec
Source
§
fn
is_self
(&self) ->
Result
<
bool
>
Implementors
§