pub type SlotList<T> = Vec<(Slot, T)>;

Aliased Type§

struct SlotList<T> { /* private fields */ }