Crate thunk_simple

Crate thunk_simple 

Source
Expand description

Simpler alternative to the thunk crate, containing only one Thunk type, and conversion between Iterators and Thunks

Structs§

IntoIter
Simple IntoIter Iterator, that yields the value of the Thunk then None
Thunk
The Thunk<T> type. This type is not evaluated until the unwrap method is called. The inner value cannot be referenced until it’s unwrapped.