package async_rpc_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a needs_length =
  1. | Heartbeat
  2. | Query of 'a Query.needs_length
  3. | Response of 'a Response.needs_length
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_read_needs_length__ : 'a -> 'b -> pos_ref:Bin_prot.Common.pos Pervasives.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 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 Pervasives.ref -> 'c -> 'd
val sexp_of_t : 'a. ('a -> Ppx_sexp_conv_lib.Sexp.t) -> 'a t -> Ppx_sexp_conv_lib.Sexp.t
val __bin_read_nat0_t__ : 'a -> pos_ref:Bin_prot.Common.pos Pervasives.ref -> 'b -> 'c
val bin_size_nat0_t : Bin_prot.Nat0.t needs_length -> int