Searched defs:EntryInOneOfTheLists (Results 1 – 1 of 1) sorted by relevance
38 pub(crate) struct EntryInOneOfTheLists<'a, T> { struct39 entry: Arc<ListEntry<T>>,40 set: &'a mut IdleNotifiedSet<T>,358 impl<'a, T> EntryInOneOfTheLists<'a, T> { implementation