Type Alias BlockingStaticRb

Source
pub type BlockingStaticRb<T, const N: usize, X = StdSemaphore> = BlockingRb<Array<T, N>, X>;

Aliased Typeยง

pub struct BlockingStaticRb<T, const N: usize, X = StdSemaphore> { /* private fields */ }