Type Alias InstructionResult

Source
pub type InstructionResult = Result<InstructionOutput, MissingInstructionInput>;

Aliased Type§

pub enum InstructionResult {
    Ok(InstructionOutput),
    Err(MissingInstructionInput),
}

Variants§

§1.0.0

Ok(InstructionOutput)

Contains the success value

§1.0.0

Err(MissingInstructionInput)

Contains the error value