Module entry

Source

Structs§

OccupiedEntryExperimental
A view into an occupied entry in a BTreeSet. It is part of the Entry enum.
VacantEntryExperimental
A view into a vacant entry in a BTreeSet. It is part of the Entry enum.

Enums§

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