pub type Ref<T, F> = RcuRefBox<RawNode<T>, F>;Expand description
An RCU reference to a element removed from an RcuQueue.
§Requirements
T must be Send because Drop::drop might execute cleanup in another thread.
Aliased Type§
pub struct Ref<T, F> { /* private fields */ }