Struct lifeguard::settings::MaxSize
[−]
[src]
pub struct MaxSize(pub usize);
Specifies the largest number of values the Pool will hold before it
will begin to drop values being returned to it.