macro_rules! cfg_any_os_ext {
($($item:item)*) => { ... };
}
Expand description
The os-ext
feature is enabled, or one of the features that need os-ext
.
macro_rules! cfg_any_os_ext {
($($item:item)*) => { ... };
}
The os-ext
feature is enabled, or one of the features that need os-ext
.