Module iter

Module iter 

Source
Expand description

Iterators for Lobby.

Structsยง

IntoIter
Owning Lobby iterator.
IntoIterFull
Owning Lobby iterator that yields N items for each space in the Lobby.
Iter
Immutable Lobby iterator.
IterFull
Immutable Lobby iterator that yields N items for each space in the Lobby.
IterMut
Mutable Lobby iterator.
IterMutFull
Mutable Lobby iterator that yields N items for each space in the Lobby.