async_ringbuf

Type Alias AsyncStaticCons

Source
pub type AsyncStaticCons<'a, T, const N: usize> = AsyncCons<&'a AsyncStaticRb<T, N>>;

Aliased Typeยง

struct AsyncStaticCons<'a, T, const N: usize> { /* private fields */ }