Type Alias assembly_fdb::core::iter::TableRowIter

source ·
pub type TableRowIter = FlatMap<TableBucketIter, RowVecIter, BucketRowIterMapper>;
Expand description

A flattened iterator over all rows in a table, disregarding buckets.

Aliased Type§

struct TableRowIter { /* private fields */ }