pub type InvokeResult = ApiResult<InvokeOutcome>;Expand description
The result of the crate::refine::invoke host-call.
Aliased Type§
enum InvokeResult {
Ok(InvokeOutcome),
Err(ApiError),
}pub type InvokeResult = ApiResult<InvokeOutcome>;The result of the crate::refine::invoke host-call.
enum InvokeResult {
Ok(InvokeOutcome),
Err(ApiError),
}