obeli_sk_concepts

Type Alias FinishedExecutionResult

Source
pub type FinishedExecutionResult = Result<SupportedFunctionReturnValue, FinishedExecutionError>;

Aliased Type§

enum FinishedExecutionResult {
    Ok(SupportedFunctionReturnValue),
    Err(FinishedExecutionError),
}

Variants§

§1.0.0

Ok(SupportedFunctionReturnValue)

Contains the success value

§1.0.0

Err(FinishedExecutionError)

Contains the error value