with_config_defaults

Function with_config_defaults 

Source
pub fn with_config_defaults<F, R>(operation: F) -> R
where F: FnOnce(&dyn ConfigDefaultsProvider) -> R,
Expand description

Executes the provided function with the currently installed provider.