[][src]Type Definition web3::transports::ws::WsTask

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

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