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.
macro_rules! cfg_feature_alloc {
($($item:item)*) => { ... };
}Enables feature-specific code.
Use this macro instead of cfg(feature = "alloc") to generate docs properly.