pub trait Rb<T>: RbRead<T> + RbWrite<T> { }
Expand description

An abstract ring buffer.

Implementors