Derive Macro ethers_contract::EthAbiType[][src]

#[derive(EthAbiType)]
This is supported on crate feature abigen only.
Expand description

Derives the Tokenizable trait for the labeled type.

This derive macro automatically adds a type bound field: Tokenizable for each field type.