Expand description
See OccupiedEntry::remove for why.
Docs and interface are based on btree_map::Entry.
Structs§
Enums§
- Entry
&mut Option<T>with strongly typed context of whether it’sNoneorSomewhich provides methods likeOccupiedEntry::remove.
Traits§
- Option
Entry - Extension trait for viewing
OptionasEntry.