Up
Module
Stream_response_data
Signature
type
'a needs_length = [
| `Ok
of
'a
| `Eof
]
val
bin_size_needs_length : ('a -> int) -> [>
| `Ok
of
'a
] -> int
val
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
-> [<
| `Eof
| `Ok
of
'a
] ->
Bin_prot.Common.pos
val
bin_writer_needs_length : 'a
Bin_prot.Type_class.writer
-> [<
| `Eof
| `Ok
of
'a
> `Ok]
Bin_prot.Type_class.writer
val
__bin_read_needs_length__ : ('a -> pos_ref:'b -> 'c) -> 'a -> pos_ref:'b -> int -> [>
| `Eof
| `Ok
of
'c
]
val
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
-> [>
| `Eof
| `Ok
of
'a
]
val
bin_reader_needs_length : 'a
Bin_prot.Type_class.reader
-> [>
| `Eof
| `Ok
of
'a
]
Bin_prot.Type_class.reader
val
bin_needs_length : 'a
Bin_prot.Type_class.t
-> [
| `Eof
| `Ok
of
'a
]
Bin_prot.Type_class.t
type
'a t = 'a
needs_length
val
__bin_read_t__ : ('a -> pos_ref:'b -> 'c) -> 'a -> pos_ref:'b -> int -> [>
| `Eof
| `Ok
of
'c
]
val
bin_read_t : (
Bin_prot.Common.buf
-> pos_ref:
Bin_prot.Common.pos_ref
-> 'a) ->
Bin_prot.Common.buf
-> pos_ref:
Bin_prot.Common.pos_ref
-> [>
| `Eof
| `Ok
of
'a
]
val
bin_reader_t : 'a
Bin_prot.Type_class.reader
-> [>
| `Eof
| `Ok
of
'a
]
Bin_prot.Type_class.reader
type
nat0_t =
Nat0.t
needs_length
val
bin_size_nat0_t : [>
| `Ok
of
Nat0.t
] -> int
val
bin_write_nat0_t :
Bin_prot.Common.buf
-> pos:
Bin_prot.Common.pos
-> [<
| `Eof
| `Ok
of
Nat0.t
] ->
Bin_prot.Common.pos
val
bin_writer_nat0_t : [<
| `Eof
| `Ok
of
Nat0.t
> `Ok]
Bin_prot.Type_class.writer
val
__bin_read_nat0_t__ :
Bin_prot.Common.buf
-> pos_ref:
Bin_prot.Common.pos_ref
-> int -> [>
| `Eof
| `Ok
of
Nat0.t
]
val
bin_read_nat0_t :
Bin_prot.Common.buf
-> pos_ref:
Bin_prot.Common.pos_ref
-> [>
| `Eof
| `Ok
of
Nat0.t
]
val
bin_reader_nat0_t : [>
| `Eof
| `Ok
of
Nat0.t
]
Bin_prot.Type_class.reader