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

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

A type alias for instruction’s results.