pub trait PackedElim {
}Required Associated Types§
type Air
type Water
type Rock
type WeakRock
type Lava
type GlowingRock
type GlowingWeakRock
type Grass
type Snow
type ArtSnow
type Earth
type Sand
type Wood
type Leaves
type GlowingMushroom
type Ice
type ArtLeaves
type Misc
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".