Module lifeguard::settings
[−]
[src]
Structs
| MaxSize |
Specifies the largest number of values the |
| StartingSize |
Specifies how many values should be requested from the Supplier at initialization time. These values will be available for immediate use. |
| Supplier |
Specifies a value implementing |
Traits
| OptionSetter |
Implementing this trait allows a struct to act as a configuration parameter in the builder API. |