Trait ethers::core::abi::AbiArrayType[][src]

pub trait AbiArrayType: AbiType { }
Expand description

Additional trait for types that can appear in arrays

NOTE: this is necessary to handle the special case of Vec<u8> => Bytes

Implementations on Foreign Types

Implementors