Struct keyed_set::VacantEntry
source · pub struct VacantEntry<'a, T: 'a, Extractor, K, S> {
pub set: &'a mut KeyedSet<T, Extractor, S>,
pub key: K,
}Fields§
§set: &'a mut KeyedSet<T, Extractor, S>§key: Kpub struct VacantEntry<'a, T: 'a, Extractor, K, S> {
pub set: &'a mut KeyedSet<T, Extractor, S>,
pub key: K,
}set: &'a mut KeyedSet<T, Extractor, S>§key: K