Trait ethcontract_common::abiext::ParamTypeExt
source · pub trait ParamTypeExt {
// Provided method
fn from_str(s: &str) -> Result<ParamType, ParseParamTypeError> { ... }
}Expand description
An extension trait for Solidity parameter types.
Provided Methods§
Object Safety§
This trait is not object safe.