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