package xapi-rrd

  1. Overview
  2. Docs
type t = {
  1. id : string;
  2. latency : float option;
}
val rpc_of_t : t -> Rpc.t
val t_of_rpc : Rpc.t -> t