ringbuf

Type Alias StaticCons

Source
pub type StaticCons<'a, T, const N: usize> = CachingCons<&'a StaticRb<T, N>>;
Expand description

Alias for StaticRb consumer.

Aliased Typeยง

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