Module once_with
Structs
-
OnceWith
An iterator that yields a single element of type
Aby applying the provided closureF: FnOnce() -> A.
Functions
- once_with Creates an iterator that lazily generates a value exactly once by invoking the provided closure.