chalk_integration
0.98.0-dev.0
Kinded
Required Methods
kind
Implementations on Foreign Types
GenericArg<ChalkIr>
VariableKind<ChalkIr>
Implementors
In chalk_integration::lowering
Trait
chalk_integration
::
lowering
::
Kinded
Copy item path
source
·
[
−
]
trait Kinded { // Required method fn
kind
(&self) ->
Kind
; }
Required Methods
§
source
fn
kind
(&self) ->
Kind
Implementations on Foreign Types
§
source
§
impl
Kinded
for
VariableKind
<
ChalkIr
>
source
§
fn
kind
(&self) ->
Kind
source
§
impl
Kinded
for
GenericArg
<
ChalkIr
>
source
§
fn
kind
(&self) ->
Kind
Implementors
§