Module table::table[][src]

Structs and utilities offered by the Table API.

Structs

IntoIter

A consuming iterator over the key-value pairs in a table.

Iter

A borrowing iterator over the key-value pairs in a table.

IterMut

A mutably borrowing iterator over the key-value pairs in a table.

Table

An unordered collection of key-value pairs.