[go: up one dir, main page]

Module entry

Source
Expand description

An implementation of the Entry API for ExtractMap.

Structs§

OccupiedEntry
A view into an occupied entry in an ExtractMap. It is part of the Entry enum.
VacantEntry
A view into a vacant entry in an ExtractMap. It is part of the Entry enum.

Enums§

Entry
A view into a single entry in a table, which may either be vacant or occupied.