package async_rpc_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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 -> Base.Int.t -> ('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 -> Ppx_sexp_conv_lib.Sexp.t) -> 'a t -> Ppx_sexp_conv_lib.Sexp.t
OCaml

Innovation. Community. Security.