Skip to main content

cfg_not_wasm

Macro cfg_not_wasm 

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

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