Struct lifeguard::settings::Supplier
[−]
[src]
pub struct Supplier<S>(pub S) where S: Supply;
Specifies a value implementing Supply<Output=T>
that will be used to allocate
new values. If unspecified, T::new()
will be invoked.