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