macro_rules! cfg_feature_std {
($($item:item)*) => { ... };
}
Expand description
Enables feature-specific code.
Use this macro instead of cfg(feature = "std")
to generate docs properly.
macro_rules! cfg_feature_std {
($($item:item)*) => { ... };
}
Enables feature-specific code.
Use this macro instead of cfg(feature = "std")
to generate docs properly.