Skip to main content

IntoInstructionResult

Trait IntoInstructionResult 

pub trait IntoInstructionResult {
    // Required method
    fn into_instruction_result(self) -> InstructionResult;
}
Expand description

Converts a network-specific halt reason into an InstructionResult.

Required Methods§

Implementations on Foreign Types§

§

impl IntoInstructionResult for OpHaltReason

§

impl IntoInstructionResult for TempoHaltReason

Implementors§