Home
last modified time | relevance | path

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

/linux-6.12.1/rust/kernel/
Drbtree.rs1137 pub struct VacantEntry<'a, K, V> { struct
1139 raw: RawVacantEntry<'a, K, V>, argument
1142 /// Like [`VacantEntry`], but doesn't hold on to the key. argument
1183 impl<'a, K, V> VacantEntry<'a, K, V> { implementation