macro_rules! cfg_ipfs {
($($item:item)*) => { ... };
}
Expand description
Macro used to include IPFS code if the feature ‘ipfs’ is enabled.
macro_rules! cfg_ipfs {
($($item:item)*) => { ... };
}
Macro used to include IPFS code if the feature ‘ipfs’ is enabled.