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

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

A type alias for the interpreter result.