Publish.Request
type struct_t = [
|
`Request_9cecb704bb2aeaaa
]
type t = struct_t builder_t
val has_topic : t -> bool
val topic_get : t -> string
val topic_set : t -> string -> unit
val has_data : t -> bool
val data_get : t -> string
val data_set : t -> string -> unit
val of_message : Capnp.Message.rw message_t -> t
val to_message : t -> Capnp.Message.rw message_t
val to_reader : t -> struct_t reader_t
val init_root : ?message_size:int -> unit -> t
val init_pointer : pointer_t -> t