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

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

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