amqp-client.lib
Protocol.Content
type (_, _) spec =
| [] : ('a, 'a) spec
| :: : 'a elem * ('b, 'c) spec -> ('a option -> 'b, 'c) spec
val length : 'a 'b. ('a, 'b) spec -> int
val read : 'b 'c. ('b, 'c) spec -> 'b -> int -> Io.Input.t -> 'c
val write : 'b. ('b, Io.Output.t) spec -> int ref -> Io.Output.t -> 'b