package async_rpc_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a needs_length = {
  1. id : Query_id.t;
  2. data : 'a Rpc_result.t;
}
val bin_shape_needs_length : Bin_prot.Shape.t -> Bin_prot.Shape.t
val bin_size_needs_length : 'a Bin_prot.Size.sizer -> 'a needs_length -> int
val bin_write_needs_length : 'a Bin_prot.Write.writer -> Bin_prot.Common.buf -> pos:Bin_prot.Common.pos -> 'a needs_length -> Bin_prot.Common.pos
val bin_writer_needs_length : 'a Bin_prot.Type_class.writer -> 'a needs_length Bin_prot.Type_class.writer
val __bin_read_needs_length__ : 'a -> 'b -> pos_ref:Bin_prot.Common.pos Stdlib.ref -> 'c -> 'd
val bin_read_needs_length : 'a Bin_prot.Read.reader -> Bin_prot.Common.buf -> pos_ref:Bin_prot.Common.pos_ref -> 'a needs_length
val bin_reader_needs_length : 'a Bin_prot.Type_class.reader -> 'a needs_length Bin_prot.Type_class.reader
val bin_needs_length : 'a Bin_prot.Type_class.t -> 'a needs_length Bin_prot.Type_class.t
val sexp_of_needs_length : 'a. ('a -> Ppx_sexp_conv_lib.Sexp.t) -> 'a needs_length -> Ppx_sexp_conv_lib.Sexp.t
type 'a t = 'a needs_length
val __bin_read_t__ : 'a -> 'b -> pos_ref:Bin_prot.Common.pos Stdlib.ref -> 'c -> 'd
val bin_read_t : 'a Bin_prot.Read.reader -> Bin_prot.Common.buf -> pos_ref:Bin_prot.Common.pos_ref -> 'a needs_length
val bin_reader_t : 'a Bin_prot.Type_class.reader -> 'a needs_length Bin_prot.Type_class.reader
OCaml

Innovation. Community. Security.