Expand description
Iterators for Lobby.
Structsยง
- Into
Iter - Owning Lobby iterator.
- Into
Iter Full - Owning Lobby iterator that yields
N
items for each space in the Lobby. - Iter
- Immutable Lobby iterator.
- Iter
Full - Immutable Lobby iterator that yields
N
items for each space in the Lobby. - IterMut
- Mutable Lobby iterator.
- Iter
MutFull - Mutable Lobby iterator that yields
N
items for each space in the Lobby.