Grpc_stream
A data structure to hold stream of values exchanged between clients and servers.
type 'a t = 'a Grpc_eio.Seq.t
val iter : 'a t -> f:('a -> unit) -> unit
module Writer : sig ... end