Expand description
Built-in source implementations.
| Type | Description |
|---|---|
VecSource<T> | Produces items from a Vec<T> |
IterSource<T, I> | Produces items from any iterator |
Structsยง
- Iter
Source - Source that yields items from an iterator.
- VecSource
- Source that yields items from a
Vec<T>in FIFO order.