Skip to main content

cfg_feature_eframe

Macro cfg_feature_eframe 

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

Enables feature-specific code. Use this macro instead of cfg(feature = "eframe") to generate docs properly.