RefOwned

Type Alias RefOwned 

Source
pub type RefOwned<T> = BoxRefOwned<RawNode<T>>;
Expand description

An owned RCU reference to a element removed from an RcuQueue.

Aliased Typeยง

pub struct RefOwned<T>(/* private fields */);