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

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

A type alias for the interpreter result.