Module Model_intf.Data.Proto_T

module Proto_T: sig .. end

type t = {
   cnt : int;
   exp : float;
}
val from_protobuf : Protobuf.Decoder.t -> t
val to_protobuf : t -> Protobuf.Encoder.t -> unit
val pp : Format.formatter -> t -> unit
val show : t -> string