RefOwned

Type Alias RefOwned 

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

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

Aliased Typeยง

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