Type Definition jsonrpc::RequestFuture [] [src]

type RequestFuture<RET, RET_ERROR> = BoxFuture<RequestResult<RET, RET_ERROR>, Canceled>;