cfg_feature_alloc

Macro cfg_feature_alloc 

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

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