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 */ }pub type BlockingStaticRb<T, const N: usize, X = StdSemaphore> = BlockingRb<Array<T, N>, X>;pub struct BlockingStaticRb<T, const N: usize, X = StdSemaphore> { /* private fields */ }