choose_with_deprecation

Function choose_with_deprecation 

Source
pub fn choose_with_deprecation<T: Clone>(
    field: &'static str,
    common: Option<&T>,
    nv: Option<&T>,
) -> Option<T>
Expand description

Helper function to choose between common and nvext values with deprecation warnings