Macro cfg_eval
macro_rules! cfg_eval { ... }
Expands all #[cfg] and #[cfg_attr] attributes in the code fragment it's applied to.
cfg_evalmacro_rules! cfg_eval { ... }
Expands all #[cfg] and #[cfg_attr] attributes in the code fragment it's applied to.