RingChunkRef

Type Alias RingChunkRef 

Source
pub type RingChunkRef<P> = Rc<RefCell<RingChunk<P>>>;
Expand description

A reference to a RingChunk wrapped in an RC & RefCell

Aliased Typeยง

pub struct RingChunkRef<P> { /* private fields */ }