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.
pub fn builder<T>() -> PoolBuilder<T>where
T: Recyclable,Creates a new PoolBuilder, used
to initialize a Pool.
This function will use a default starting size and no supplier function.