Type Alias async_ringbuf::AsyncStaticRb

source ·
pub type AsyncStaticRb<T, const N: usize> = AsyncRb<Array<T, N>>;

Aliased Type§

struct AsyncStaticRb<T, const N: usize> { /* private fields */ }