[][src]Type Definition wasmer_interface_types::errors::InstructionResult

type InstructionResult<T> = Result<T, InstructionError>;

A type alias for instruction's results.