pub type AsyncStaticRb<T, const N: usize> = AsyncRb<Array<T, N>>;
struct AsyncStaticRb<T, const N: usize> { /* private fields */ }