ringbuf

Type Alias HeapRb

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

Heap-allocated ring buffer.

Aliased Typeยง

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