Type Definition mars_params::error::ContractResult

source ·
pub type ContractResult<T> = Result<T, ContractError>;