Module core::iter::sources::from_fn

source ·

Structs

  • An iterator where each iteration calls the provided closure F: FnMut() -> Option<T>.

Functions

  • Creates a new iterator where each iteration calls the provided closure F: FnMut() -> Option<T>.