Up
Module
Message
Signature
type
'a needs_length =
| Heartbeat
| Query
of
'a
Query.needs_length
| Response
of
'a
Response.needs_length
val
bin_size_needs_length : 'a
Bin_prot.Size.sizer
-> 'a
needs_length
-> int
val
bin_write_needs_length : 'a
Bin_prot.Write.writer
->
Bin_prot.Common.buf
-> pos:
Bin_prot.Common.pos
-> 'a
needs_length
->
Bin_prot.Common.pos
val
bin_writer_needs_length : 'a
Bin_prot.Type_class.writer
-> 'a
needs_length
Bin_prot.Type_class.writer
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
bin_reader_needs_length : 'a
Bin_prot.Type_class.reader
-> 'a
needs_length
Bin_prot.Type_class.reader
val
bin_needs_length : 'a
Bin_prot.Type_class.t
-> 'a
needs_length
Bin_prot.Type_class.t
type
'a t = 'a
needs_length
val
__bin_read_t__ : 'a -> 'b -> pos_ref:
Bin_prot.Common.pos
Pervasives.ref -> 'c -> 'd
val
bin_read_t : 'a
Bin_prot.Read.reader
->
Bin_prot.Common.buf
-> pos_ref:
Bin_prot.Common.pos_ref
-> 'a
needs_length
val
bin_reader_t : 'a
Bin_prot.Type_class.reader
-> 'a
needs_length
Bin_prot.Type_class.reader
type
nat0_t =
Nat0.t
needs_length
val
bin_size_nat0_t :
Nat0.t
needs_length
-> int
val
bin_write_nat0_t :
Bin_prot.Common.buf
-> pos:
Bin_prot.Common.pos
->
Nat0.t
needs_length
->
Bin_prot.Common.pos
val
bin_writer_nat0_t :
Nat0.t
needs_length
Bin_prot.Type_class.writer
val
__bin_read_nat0_t__ : 'a -> pos_ref:
Bin_prot.Common.pos
Pervasives.ref -> 'b -> 'c
val
bin_read_nat0_t :
Bin_prot.Common.buf
-> pos_ref:
Bin_prot.Common.pos_ref
->
Nat0.t
needs_length
val
bin_reader_nat0_t :
Nat0.t
needs_length
Bin_prot.Type_class.reader