Struct lifeguard::MaxSize [] [src]

pub struct MaxSize(pub usize);

Specifies the number of values which should be requested from the Supplier at initialization time.

Trait Implementations

impl<T> OptionSetter<PoolBuilder<T>> for MaxSize where T: Recycleable
[src]

fn set_option(self, builder: PoolBuilder<T>) -> PoolBuilder<T>