pub trait PackedElim {
type Void;
type Misc;
type Furniture;
type Plant;
type Resource;
type MineableResource;
type Structural;
type Decor;
type Lamp;
type Container;
type Modular;
}Required Associated Types§
type Void
type Misc
type Furniture
type Plant
type Resource
type MineableResource
type Structural
type Decor
type Lamp
type Container
type Modular
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".