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

Macro used to include IPFS code if the feature ‘ipfs’ is enabled.