package async_rpc_kernel

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Connection_metadata.V1Source

Sourcetype t = {
  1. identification : Core.Bigstring.Stable.V1.t option;
  2. menu : Menu.Stable.V2.response option;
}
Sourceval bin_shape_t : Bin_prot.Shape.t
Sourceval bin_size_t : t Bin_prot.Size.sizer
Sourceval bin_write_t : t Bin_prot.Write.writer
Sourceval __bin_read_t__ : (int -> t) Bin_prot.Read.reader
Sourceval bin_read_t : t Bin_prot.Read.reader
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t