Type Alias async_ringbuf::AsyncHeapRb

source ·
pub type AsyncHeapRb<T> = AsyncRb<Heap<T>>;

Aliased Type§

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

Implementations§

source§

impl<T> AsyncHeapRb<T>

source

pub fn new(cap: usize) -> Self