pub type GenericWorkItems<Xt> = BoundedVec<GenericWorkItem<Xt>, ConstU32<MAX_WORK_ITEMS>>;Expand description
Sequence of GenericWorkItems within a GenericWorkPackage and thus limited in length to MAX_WORK_ITEMS.
Aliased Typeยง
struct GenericWorkItems<Xt>(/* private fields */);