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_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
type 'a t = 'a needs_length
val __bin_read_t__ : 'a -> 'b -> pos_ref:Bin_prot.Common.pos Pervasives.ref -> 'c -> 'd
type nat0_t = Nat0.t needs_length
val bin_size_nat0_t : Nat0.t needs_length -> int
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