veloren_
common
0.10.0
Packed
Elim
Required Associated Types
Crab
Karkatha
SoldierCrab
Implementors
In veloren_
common::
comp::
body::
crustacean::
species
veloren_common
::
comp
::
body
::
crustacean
::
species
Trait
PackedElim
Copy item path
Source
pub trait PackedElim { type
Crab
; type
SoldierCrab
; type
Karkatha
; }
Required Associated Types
§
Source
type
Crab
Source
type
SoldierCrab
Source
type
Karkatha
Implementors
§
Source
§
impl<T>
PackedElim
for
Pure
<T>
Source
§
type
Crab
=
Pure
<T>
Source
§
type
SoldierCrab
=
Pure
<T>
Source
§
type
Karkatha
=
Pure
<T>
Source
§
impl<Target>
PackedElim
for
WeakHead
<
Species
, Target>
where
WeakHead
<
Pure
<Target>, Target>:
SynthTyped
<
()
, Target>,
Source
§
type
Crab
= <
WeakHead
<
Pure
<Target>, Target> as
SynthTyped
<
()
, Target>>::
Expr
Source
§
type
SoldierCrab
= <
WeakHead
<
Pure
<Target>, Target> as
SynthTyped
<
()
, Target>>::
Expr
Source
§
type
Karkatha
= <
WeakHead
<
Pure
<Target>, Target> as
SynthTyped
<
()
, Target>>::
Expr