ringbuf

Type Alias StaticProd

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

Alias for StaticRb producer.

Aliased Typeยง

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