pub type Ref<T, C> = BoxRef<RawNode<T>, C>;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§
struct Ref<T, C> { /* private fields */ }