Type Definition ringbuf::StaticProducer

source · []
pub type StaticProducer<'a, T, const N: usize> = Producer<T, &'a StaticRb<T, N>>;
Expand description

Alias for StaticRb Producer.