Type Definition ringbuf::HeapRb

source · []
pub type HeapRb<T> = SharedRb<T, Vec<MaybeUninit<T>>>;
Expand description

Heap-allocated ring buffer.