Ref

Type Alias Ref 

Source
pub type Ref<T, F> = RcuRefBox<RawNode<T>, F>;
Expand description

An RCU reference to a element removed from an RcuQueue.

Aliased Typeยง

pub struct Ref<T, F> { /* private fields */ }