val bin_shape_t : Bin_prot.Shape.t ‑> Bin_prot.Shape.t
val bin_size_t : 'a Bin_prot.Size.sizer ‑> ('a, Rpc_error.t) Core_kernel.Result.t ‑> int
val bin_write_t : 'a Bin_prot.Write.writer ‑> Bin_prot.Common.buf ‑> pos:Bin_prot.Common.pos ‑> ('a, Rpc_error.t) Core_kernel.Result.t ‑> Bin_prot.Common.pos
val bin_writer_t : 'a Bin_prot.Type_class.writer ‑> ('a, Rpc_error.t) Core_kernel.Result.t Bin_prot.Type_class.writer
val __bin_read_t__ : 'a Bin_prot.Read.reader ‑> Bin_prot.Common.buf ‑> pos_ref:Bin_prot.Common.pos_ref ‑> Core_kernel__.Import.int ‑> ('a, Rpc_error.t) Core_kernel.Result.t
val bin_read_t : 'a Bin_prot.Read.reader ‑> Bin_prot.Common.buf ‑> pos_ref:Bin_prot.Common.pos_ref ‑> ('a, Rpc_error.t) Core_kernel.Result.t
val bin_reader_t : 'a Bin_prot.Type_class.reader ‑> ('a, Rpc_error.t) Core_kernel.Result.t Bin_prot.Type_class.reader
val bin_t : 'a Bin_prot.Type_class.t ‑> ('a, Rpc_error.t) Core_kernel.Result.t Bin_prot.Type_class.t
val sexp_of_t : a. ('a ‑> Base.Sexp.t) ‑> 'a t ‑> Base.Sexp.t