Module rustc_entry

Source

Structs§

RustcOccupiedEntry
A view into an occupied entry in a HashMap. It is part of the RustcEntry enum.
RustcVacantEntry
A view into a vacant entry in a HashMap. It is part of the RustcEntry enum.

Enums§

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