Type Alias ringbuf::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 */ }