[][src]Type Definition wasmer_runtime::error::CallResult

type CallResult<T> = Result<T, CallError>;

Result of an attempt to call the provided WebAssembly instance. Aliases the standard Result with CallError as the default error type.