pub type BucketRowIterMapper = fn(_: Bucket) -> RowVecIter;
Expand description

A static pointer to a function from Bucket to a row iterator.