Creates a new ring buffer.
impl<T, H> DynRingBuf<T, H> where H: Allocator, { fn new() -> DynRingBuf<T, H> where <H as Allocator>::Pool: Default, }