module Data: sig .. end
sig
end
module Proto_T: sig .. end
include struct ... end
val from_protobuf : Protobuf.Decoder.t -> Proto_T.t
Protobuf.Decoder.t -> Proto_T.t
val to_protobuf : Proto_T.t -> Protobuf.Encoder.t -> unit
Proto_T.t -> Protobuf.Encoder.t -> unit