Skip to main content

openshift_if_ge_4_4

Macro openshift_if_ge_4_4 

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

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