Macro ethereum_types::if_ethbloom
source ยท macro_rules! if_ethbloom { ($($tt:tt)*) => { ... }; }
Expand description
Conditional compilation depending on whether ethereum-types is built with ethbloom support.
macro_rules! if_ethbloom { ($($tt:tt)*) => { ... }; }
Conditional compilation depending on whether ethereum-types is built with ethbloom support.