Trait ethers::abi::Tokenizable[][src]

pub trait Tokenizable {
    fn from_token(token: Token) -> Result<Self, InvalidOutputType>;
fn into_token(self) -> Token; }
Expand description

Simplified output type for single value.

Required methods

Converts a Token into expected type.

Converts a specified type back into token.

Implementations on Foreign Types

Implementors