Type Alias ringbuf::HeapRb

source ·
pub type HeapRb<T> = SharedRb<Heap<T>>;
Expand description

Heap-allocated ring buffer.

Aliased Type§

struct HeapRb<T> { /* private fields */ }