Trait ethers::abi::TokenizableItem[][src]

pub trait TokenizableItem: Tokenizable { }
Expand description

Marker trait for Tokenizable types that are can tokenized to and from a Token::Array and Token:FixedArray.

Implementations on Foreign Types

Implementors