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

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

An extension trait for Solidity parameter types.

Provided methods

Parses a parameter type from a string value.

Implementations on Foreign Types

Implementors