pub trait IntoInstructionResult {
// Required method
fn into_instruction_result(self) -> InstructionResult;
}Expand description
Converts a network-specific halt reason into an [InstructionResult].
Required Methods§
fn into_instruction_result(self) -> InstructionResult
Implementations on Foreign Types§
Source§impl IntoInstructionResult for HaltReason
impl IntoInstructionResult for HaltReason
fn into_instruction_result(self) -> InstructionResult
Source§impl IntoInstructionResult for OpHaltReason
Available on crate feature optimism only.
impl IntoInstructionResult for OpHaltReason
Available on crate feature
optimism only.