pub trait PackedElim {
Show 22 associated items
type AmberOrange;
type AmberYellow;
type BrightBrown;
type CornflowerBlue;
type CuriousGreen;
type EmeraldGreen;
type ExoticPurple;
type FrozenBlue;
type GhastlyYellow;
type LoyalBrown;
type MagicPurple;
type NobleBlue;
type PineGreen;
type PumpkinOrange;
type RubyRed;
type RegalPurple;
type RustBrown;
type SapphireBlue;
type SulfurYellow;
type ToxicGreen;
type ViciousRed;
type VigorousBlack;
}Required Associated Types§
type AmberOrange
type AmberYellow
type BrightBrown
type CornflowerBlue
type CuriousGreen
type EmeraldGreen
type ExoticPurple
type FrozenBlue
type GhastlyYellow
type LoyalBrown
type MagicPurple
type NobleBlue
type PineGreen
type PumpkinOrange
type RubyRed
type RegalPurple
type RustBrown
type SapphireBlue
type SulfurYellow
type ToxicGreen
type ViciousRed
type VigorousBlack
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".