core
1.88.0-nightly-4824c2bb7-2025-05-02
Module from_fn
Module Items
Structs
Functions
In core::
iter::
sources
core
::
iter
::
sources
Module
from_fn
Copy item path
Source
Structs
§
FromFn
An iterator where each iteration calls the provided closure
F: FnMut() -> Option<T>
.
Functions
§
from_fn
Creates an iterator with the provided closure
F: FnMut() -> Option<T>
as its
next
method.