type ('response, 'error) t
=
{
unused_query_id : Unused_query_id.t; |
initial : ('response, 'error) Core_kernel.Result.t; |
}
val bin_shape_t : Bin_prot.Shape.t ‑> Bin_prot.Shape.t ‑> Bin_prot.Shape.t
val bin_size_t : 'a Bin_prot.Size.sizer ‑> 'b Bin_prot.Size.sizer ‑> ('a, 'b) t ‑> int
val bin_write_t : 'a Bin_prot.Write.writer ‑> 'b Bin_prot.Write.writer ‑> Bin_prot.Common.buf ‑> pos:Bin_prot.Common.pos ‑> ('a, 'b) t ‑> Bin_prot.Common.pos
val bin_writer_t : 'a Bin_prot.Type_class.writer ‑> 'b Bin_prot.Type_class.writer ‑> ('a, 'b) t Bin_prot.Type_class.writer
val __bin_read_t__ : 'a ‑> 'b ‑> 'c ‑> pos_ref:Bin_prot.Common.pos Pervasives.ref ‑> 'd ‑> 'e
val bin_read_t : 'a Bin_prot.Read.reader ‑> 'b Bin_prot.Read.reader ‑> Bin_prot.Common.buf ‑> pos_ref:Bin_prot.Common.pos_ref ‑> ('a, 'b) t
val bin_reader_t : 'a Bin_prot.Type_class.reader ‑> 'b Bin_prot.Type_class.reader ‑> ('a, 'b) t Bin_prot.Type_class.reader
val bin_t : 'a Bin_prot.Type_class.t ‑> 'b Bin_prot.Type_class.t ‑> ('a, 'b) t Bin_prot.Type_class.t
val sexp_of_t : response error. ('response ‑> Base.Sexp.t) ‑> ('error ‑> Base.Sexp.t) ‑> ('response, 'error) t ‑> Base.Sexp.t