Module either_slot::array
source · Structs
- The storage of elements in the slot.
- The initialization iterator for senders.
- The placer of an array slot.
- The resulting iterator of values that all the senders have placed into the slot.
Traits
- The custom storage place of
Element
s in the slot.
Functions
- Construct an array of senders to a slot, whose values will be placed on an array.
- Construct an iterator of senders to a slot, whose values will be placed on
place
. - Construct an iterator of senders to a slot, whose values will be placed on a
Vec
.