Module futures_util::stream::try_stream::try_unfold
source · Structs§
- Stream for the
try_unfold
function.
Functions§
- Creates a
TryStream
from a seed and a closure returning aTryFuture
.
try_unfold
function.TryStream
from a seed and a closure returning a TryFuture
.