openshift_if_le_4_2

Macro openshift_if_le_4_2 

Source
macro_rules! openshift_if_le_4_2 {
    ($($tt:tt)*) => { ... };
}
Expand description

This macro evaluates to its contents if the v4_2 or lower feature is enabled, otherwise it evaluates to nothing.