Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Drbtree.rs1289 pub struct VacantEntry<'a, K, V> { struct
1291 raw: RawVacantEntry<'a, K, V>, argument
1294 /// Like [`VacantEntry`], but doesn't hold on to the key. argument
1335 impl<'a, K, V> VacantEntry<'a, K, V> { implementation