builder

Function builder 

Source
pub fn builder<T>() -> PoolBuilder<T>
where T: Recyclable,
Expand description

Creates a new PoolBuilder, used to initialize a Pool.

This function will use a default starting size and no supplier function.