acquire

Function acquire 

Source
pub fn acquire(min_capacity: usize) -> PooledBuffer
Expand description

Acquire a buffer from the pool with the given minimum capacity.

This is a convenience function for getting a pooled buffer.