pub type TableBucketIter = IntoIter<Bucket>;
Expand description

An iterator over a vector of buckets in a table.

Aliased Type§

struct TableBucketIter { /* private fields */ }