pub type FinishedExecutionResult = Result<SupportedFunctionReturnValue, FinishedExecutionError>;
Aliased Type§
enum FinishedExecutionResult {
Ok(SupportedFunctionReturnValue),
Err(FinishedExecutionError),
}
Variants§
Ok(SupportedFunctionReturnValue)
Contains the success value
Err(FinishedExecutionError)
Contains the error value