Grpc_stream.Writertype 'a t = 'a Grpc_eio.Seq.writerval write : 'a t -> 'a -> unitAppend a value at the current end of the stream.
val close : _ t -> unitOnce all the values have been written to the stream, it must be closed explicitly with this function.