Module source

Module source 

Source
Expand description

Built-in source implementations.

TypeDescription
VecSource<T>Produces items from a Vec<T>
IterSource<T, I>Produces items from any iterator

Structsยง

IterSource
Source that yields items from an iterator.
VecSource
Source that yields items from a Vec<T> in FIFO order.