Creates a new ring buffer with a memory pool.
impl<T, H> DynRingBuf<T, H> where H: Allocator, { fn with_pool(pool: <H as Allocator>::Pool) -> DynRingBuf<T, H> }
The pool to draw memory from.