Struct lifeguard::settings::StartingSize [] [src]

pub struct StartingSize(pub usize);

Specifies how many values should be requested from the Supplier at initialization time. These values will be available for immediate use.

Trait Implementations

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