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