package async_rpc_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Bin_io_exn of Core_kernel.Sexp.t
  2. | Connection_closed
  3. | Write_error of Core_kernel.Sexp.t
  4. | Uncaught_exn of Core_kernel.Sexp.t
  5. | Unimplemented_rpc of Rpc_tag.t * [ `Version of int ]
  6. | Unknown_query_id of Query_id.t
val bin_shape_t : Bin_prot.Shape.t
val bin_size_t : t -> int
val bin_writer_t : t Bin_prot.Type_class.writer
val __bin_read_t__ : 'a -> pos_ref:Bin_prot.Common.pos Pervasives.ref -> 'b -> 'c
val bin_read_t : Bin_prot.Common.buf -> pos_ref:Bin_prot.Common.pos_ref -> t
val bin_reader_t : t Bin_prot.Type_class.reader
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t