Derive Macro ethers_contract_derive::EthAbiType [−][src]
#[derive(EthAbiType)]
Expand description
Derives the AbiType
and all Tokenizable
traits for the labeled type.
This derive macro automatically adds a type bound field: Tokenizable
for
each field type.