package async_rpc_kernel

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

Module Protocol.Stream_querySource

Sourcetype 'a needs_length = [
  1. | `Query of 'a
  2. | `Abort
]
Sourceval bin_shape_needs_length : Bin_prot.Shape.t -> Bin_prot.Shape.t
Sourceval bin_size_needs_length : ('a -> int) -> [> `Query of 'a ] -> int
Sourceval bin_write_needs_length : (Bin_prot.Common.buf -> pos:Bin_prot.Common.pos -> 'a -> Bin_prot.Common.pos) -> Bin_prot.Common.buf -> pos:Bin_prot.Common.pos -> [< `Abort | `Query of 'a ] -> Bin_prot.Common.pos
Sourceval bin_writer_needs_length : 'a Bin_prot.Type_class.writer -> [< `Abort | `Query of 'a Query ] Bin_prot.Type_class.writer
Sourceval __bin_read_needs_length__ : ('a -> pos_ref:'b -> 'c) -> 'a -> pos_ref:'b -> int -> [> `Abort | `Query of 'c ]
Sourceval bin_read_needs_length : (Bin_prot.Common.buf -> pos_ref:Bin_prot.Common.pos_ref -> 'a) -> Bin_prot.Common.buf -> pos_ref:Bin_prot.Common.pos_ref -> [> `Abort | `Query of 'a ]
Sourceval bin_reader_needs_length : 'a Bin_prot.Type_class.reader -> [> `Abort | `Query of 'a ] Bin_prot.Type_class.reader
Sourceval bin_needs_length : 'a Bin_prot.Type_class.t -> [ `Abort | `Query of 'a ] Bin_prot.Type_class.t
Sourcetype 'a t = 'a needs_length
Sourceval __bin_read_t__ : 'a. 'a Bin_prot.Read.reader -> (int -> 'a t) Bin_prot.Read.reader
Sourceval bin_read_t : 'a. 'a Bin_prot.Read.reader -> 'a t Bin_prot.Read.reader
Sourceval __bin_read_nat0_t__ : (int -> nat0_t) Bin_prot.Read.reader
Sourceval bin_read_nat0_t : nat0_t Bin_prot.Read.reader
Sourceval bin_size_nat0_t : nat0_t Bin_prot.Size.sizer
Sourceval bin_write_nat0_t : nat0_t Bin_prot.Write.writer
OCaml

Innovation. Community. Security.