pub type Obs<R> = Direct<R, false, false>;
Observer of a ring buffer.
struct Obs<R> { /* private fields */ }
source