Type Definition reql::command::Response [] [src]

type Response<T> = Receiver<ResponseValue<T>, Error>;

ReQL Response

Response returned by run()