Trait ethers_core::abi::TokenizableItem
source · pub trait TokenizableItem: Tokenizable { }Expand description
Marker trait for Tokenizable types that are can tokenized to and from a Token::Array and
Token:FixedArray.
pub trait TokenizableItem: Tokenizable { }Marker trait for Tokenizable types that are can tokenized to and from a Token::Array and
Token:FixedArray.