pub type AsyncStaticCons<'a, T, const N: usize> = AsyncCons<&'a AsyncStaticRb<T, N>>;
struct AsyncStaticCons<'a, T, const N: usize> { /* private fields */ }