Skip to main content

merge_tuning_config

Function merge_tuning_config 

Source
pub fn merge_tuning_config(
    source: Option<&TuningConfig>,
    export: Option<&TuningConfig>,
) -> Option<TuningConfig>
Expand description

Layer export on top of source: each field uses export when set, otherwise source. None only when both inputs are None.