pub type Ref<T, F> = RcuRefBox<RawNode<T>, F>;
An RCU reference to a element removed from an RcuQueue.
RcuQueue
pub struct Ref<T, F> { /* private fields */ }