veloren_
common_
net
0.10.0
Packed
Elim
Required Associated Types
Clownfish
Piranha
Implementors
In veloren_
common_
net::
synced_
components::
inner::
body::
fish_
small::
species
veloren_common_net
::
synced_components
::
inner
::
body
::
fish_small
::
species
Trait
PackedElim
Copy item path
pub trait PackedElim { type
Clownfish
; type
Piranha
; }
Required Associated Types
§
type
Clownfish
type
Piranha
Implementors
§
§
impl<T>
PackedElim
for Pure<T>
§
type
Clownfish
= Pure<T>
§
type
Piranha
= Pure<T>
§
impl<Target>
PackedElim
for WeakHead<
Species
, Target>
where WeakHead<Pure<Target>, Target>: SynthTyped<
()
, Target>,
§
type
Clownfish
= <WeakHead<Pure<Target>, Target> as SynthTyped<
()
, Target>>::Expr
§
type
Piranha
= <WeakHead<Pure<Target>, Target> as SynthTyped<
()
, Target>>::Expr