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

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

An extension trait for Solidity parameter types.

Provided methods

pub fn from_str(s: &str) -> Result<ParamType, ParseParamTypeError>[src]

Parses a parameter type from a string value.

Loading content...

Implementations on Foreign Types

impl ParamTypeExt for ParamType[src]

Loading content...

Implementors

Loading content...