val bin_shape_needs_length : Bin_prot.Shape.t ‑> Bin_prot.Shape.t
val bin_write_needs_length : (Bin_prot.Common.buf ‑> pos:Bin_prot.Common.pos ‑> 'a ‑> Bin_prot.Common.pos) ‑> Bin_prot.Common.buf ‑> pos:Bin_prot.Common.pos ‑> [< `Eof | `Ok of 'a ] ‑> Bin_prot.Common.pos
val bin_writer_needs_length : 'a Bin_prot.Type_class.writer ‑> [< `Eof | `Ok of 'a Ok ] Bin_prot.Type_class.writer
val __bin_read_needs_length__ : ('a ‑> pos_ref:'b ‑> 'c) ‑> 'a ‑> pos_ref:'b ‑> int ‑> [> `Eof | `Ok of 'c ]
val bin_read_needs_length : (Bin_prot.Common.buf ‑> pos_ref:Bin_prot.Common.pos_ref ‑> 'a) ‑> Bin_prot.Common.buf ‑> pos_ref:Bin_prot.Common.pos_ref ‑> [> `Eof | `Ok of 'a ]
val bin_reader_needs_length : 'a Bin_prot.Type_class.reader ‑> [> `Eof | `Ok of 'a ] Bin_prot.Type_class.reader
val bin_needs_length : 'a Bin_prot.Type_class.t ‑> [ `Eof | `Ok of 'a ] Bin_prot.Type_class.t
val bin_read_t : (Bin_prot.Common.buf ‑> pos_ref:Bin_prot.Common.pos_ref ‑> 'a) ‑> Bin_prot.Common.buf ‑> pos_ref:Bin_prot.Common.pos_ref ‑> [> `Eof | `Ok of 'a ]
val bin_reader_t : 'a Bin_prot.Type_class.reader ‑> [> `Eof | `Ok of 'a ] Bin_prot.Type_class.reader
val __bin_read_nat0_t__ : Bin_prot.Common.buf ‑> pos_ref:Bin_prot.Common.pos_ref ‑> int ‑> [> `Eof | `Ok of Async_rpc_kernel__.Nat0.t ]
val bin_read_nat0_t : Bin_prot.Common.buf ‑> pos_ref:Bin_prot.Common.pos_ref ‑> [> `Eof | `Ok of Async_rpc_kernel__.Nat0.t ]
val bin_reader_nat0_t : [> `Eof | `Ok of Async_rpc_kernel__.Nat0.t ] Bin_prot.Type_class.reader
val bin_size_nat0_t : [> `Ok of Async_rpc_kernel__.Nat0.t ] ‑> int
val bin_write_nat0_t : Bin_prot.Common.buf ‑> pos:Bin_prot.Common.pos ‑> [< `Eof | `Ok of Async_rpc_kernel__.Nat0.t ] ‑> Bin_prot.Common.pos
val bin_writer_nat0_t : [< `Eof | `Ok of Async_rpc_kernel__.Nat0.t Ok ] Bin_prot.Type_class.writer