protocell.google
Google_protobuf_timestamp_pc.Timestamp
protocell.runtime
type t = {
seconds : int;
nanos : int;
}
val equal : t -> t -> Ppx_deriving_runtime.bool
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val to_binary : t -> (string, [> Bin'.serialization_error ]) result
val of_binary : string -> (t, [> Bin'.deserialization_error ]) result
val to_text : t -> (string, [> Text'.serialization_error ]) result
val of_text : string -> (t, [> Text'.deserialization_error ]) result