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.