Home
last modified time | relevance | path

Searched defs:VacantEntry (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/rust/kernel/
Drbtree.rs1142 pub struct VacantEntry<'a, K, V> { struct
1144 raw: RawVacantEntry<'a, K, V>, argument
1147 /// Like [`VacantEntry`], but doesn't hold on to the key. argument
1188 impl<'a, K, V> VacantEntry<'a, K, V> { implementation