[][src]Trait ethcontract_common::abiext::ParamTypeExt

pub trait ParamTypeExt {
    fn from_str(s: &str) -> Result<ParamType, ParseParamTypeError> { ... }
}

An extension trait for Solidity parameter types.

Provided methods

fn from_str(s: &str) -> Result<ParamType, ParseParamTypeError>

Parses a parameter type from a string value.

Loading content...

Implementations on Foreign Types

impl ParamTypeExt for ParamType[src]

Loading content...

Implementors

Loading content...