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

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

A type alias for the interpreter result.