suspend fun <T> RowStream<T>.pipeToAwait(dst: WriteStream<T>): Unit
Suspending version of method io.vertx.sqlclient.RowStream.pipeTo
the destination write stream
NOTE: This function has been automatically generated from io.vertx.sqlclient.RowStream using Vert.x codegen.