macro_rules! openshift_if_le_4_5 {
($($tt:tt)*) => { ... };
}Expand description
This macro evaluates to its contents if the v4_5 or lower feature is enabled, otherwise it evaluates to nothing.
macro_rules! openshift_if_le_4_5 {
($($tt:tt)*) => { ... };
}This macro evaluates to its contents if the v4_5 or lower feature is enabled, otherwise it evaluates to nothing.