Trait ethcontract_common::abiext::ParamTypeExt
source · [−]pub trait ParamTypeExt {
fn from_str(s: &str) -> Result<ParamType, ParseParamTypeError> { ... }
}Expand description
An extension trait for Solidity parameter types.