[][src]Type Definition web3_etz::transports::ipc::IpcTask

type IpcTask<F> = Response<F, Vec<Result<Value>>>;

A future representing pending IPC request, resolves to a response.