package async_rpc_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a needs_length = [
  1. | `Ok of 'a
  2. | `Eof
]
val bin_shape_needs_length : Bin_prot.Shape.t -> Bin_prot.Shape.t
val bin_size_needs_length : ('a -> int) -> [> `Ok of 'a ] -> int
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
type 'a t = 'a needs_length
val __bin_read_t__ : 'a. 'a Bin_prot.Read.reader -> (int -> 'a t) Bin_prot.Read.reader
val bin_read_t : 'a. 'a Bin_prot.Read.reader -> 'a t Bin_prot.Read.reader
val __bin_read_nat0_t__ : (int -> nat0_t) Bin_prot.Read.reader
val bin_read_nat0_t : nat0_t Bin_prot.Read.reader
val bin_reader_nat0_t : nat0_t Bin_prot.Type_class.reader
val bin_size_nat0_t : nat0_t Bin_prot.Size.sizer
val bin_write_nat0_t : nat0_t Bin_prot.Write.writer
val bin_writer_nat0_t : nat0_t Bin_prot.Type_class.writer