pub trait PackedElim {
Show 74 associated items
type HumanOne;
type HumanTwo;
type HumanThree;
type HumanFour;
type HumanFive;
type HumanSix;
type HumanSeven;
type HumanEight;
type HumanNine;
type HumanTen;
type HumanEleven;
type HumanTwelve;
type HumanThirteen;
type HumanFourteen;
type HumanFifteen;
type HumanSixteen;
type HumanSeventeen;
type HumanEighteen;
type DwarfOne;
type DwarfTwo;
type DwarfThree;
type DwarfFour;
type DwarfFive;
type DwarfSix;
type DwarfSeven;
type DwarfEight;
type DwarfNine;
type DwarfTen;
type DwarfEleven;
type DwarfTwelve;
type DwarfThirteen;
type DwarfFourteen;
type ElfOne;
type ElfTwo;
type ElfThree;
type ElfFour;
type ElfFive;
type ElfSix;
type ElfSeven;
type ElfEight;
type ElfNine;
type ElfTen;
type ElfEleven;
type ElfTwelve;
type ElfThirteen;
type ElfFourteen;
type ElfFifteen;
type ElfSixteen;
type ElfSeventeen;
type ElfEighteen;
type OrcOne;
type OrcTwo;
type OrcThree;
type OrcFour;
type OrcFive;
type OrcSix;
type OrcSeven;
type OrcEight;
type DanariOne;
type DanariTwo;
type DanariThree;
type DanariFour;
type DanariFive;
type DanariSix;
type DanariSeven;
type DraugrOne;
type DraugrTwo;
type DraugrThree;
type DraugrFour;
type DraugrFive;
type DraugrSix;
type DraugrSeven;
type DraugrEight;
type DraugrNine;
}Required Associated Types§
type HumanOne
type HumanTwo
type HumanThree
type HumanFour
type HumanFive
type HumanSix
type HumanSeven
type HumanEight
type HumanNine
type HumanTen
type HumanEleven
type HumanTwelve
type HumanThirteen
type HumanFourteen
type HumanFifteen
type HumanSixteen
type HumanSeventeen
type HumanEighteen
type DwarfOne
type DwarfTwo
type DwarfThree
type DwarfFour
type DwarfFive
type DwarfSix
type DwarfSeven
type DwarfEight
type DwarfNine
type DwarfTen
type DwarfEleven
type DwarfTwelve
type DwarfThirteen
type DwarfFourteen
type ElfOne
type ElfTwo
type ElfThree
type ElfFour
type ElfFive
type ElfSix
type ElfSeven
type ElfEight
type ElfNine
type ElfTen
type ElfEleven
type ElfTwelve
type ElfThirteen
type ElfFourteen
type ElfFifteen
type ElfSixteen
type ElfSeventeen
type ElfEighteen
type OrcOne
type OrcTwo
type OrcThree
type OrcFour
type OrcFive
type OrcSix
type OrcSeven
type OrcEight
type DanariOne
type DanariTwo
type DanariThree
type DanariFour
type DanariFive
type DanariSix
type DanariSeven
type DraugrOne
type DraugrTwo
type DraugrThree
type DraugrFour
type DraugrFive
type DraugrSix
type DraugrSeven
type DraugrEight
type DraugrNine
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".