pub type InstructionResult<T> = Result<T, InstructionError>;
Expand description

A type alias for instruction’s results.