Trait in_place::get_entry::GetFirstEntry
source · [−]pub trait GetFirstEntry<V> {
type Occupied<'c>: OccupiedEntry<'c, Value = V>
where
Self: 'c;
fn get_first_occupied<'c>(&'c mut self) -> Option<Self::Occupied<'c>>;
}