Type Alias assembly_fdb::core::iter::RowVecIter

source ·
pub type RowVecIter = IntoIter<Row>;
Expand description

An iterator over a vector of rows in a bucket.

Aliased Type§

struct RowVecIter { /* private fields */ }