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