streamable
Streamable.Of_tuple2_rpc
ppx_streamable
module A : sig ... end
module B : sig ... end
type t = A.t * B.t
module Intermediate : sig ... end
val to_parts : t -> Intermediate.Part.t Base.Sequence.t
val finalize : Intermediate.t -> t