pub fn with_config_defaults<F, R>(operation: F) -> Rwhere
F: FnOnce(&dyn ConfigDefaultsProvider) -> R,Expand description
Executes the provided function with the currently installed provider.
pub fn with_config_defaults<F, R>(operation: F) -> Rwhere
F: FnOnce(&dyn ConfigDefaultsProvider) -> R,Executes the provided function with the currently installed provider.