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