☰
Module from_fn
Structs
Functions
?
Module
core
::
iter
::
sources
::
from_fn
source
·
[
−
]
Structs
FromFn
An iterator where each iteration calls the provided closure
F: FnMut() -> Option<T>
.
Functions
from_fn
Creates a new iterator where each iteration calls the provided closure
F: FnMut() -> Option<T>
.