Structs§
- Repeat
With - An stream that repeats elements of type
Aendlessly by applying the provided closureF: FnMut() -> A.
Functions§
- repeat_
with - Creates a new stream that repeats elements of type
Aendlessly by applying the provided closure, the repeater,F: FnMut() -> A.