pub type HeapRb<T> = SharedRb<Heap<T>>;
Heap-allocated ring buffer.
struct HeapRb<T> { /* private fields */ }