/// This trait should be implemented by
/// any instance able to render itself according
/// to Prometheus specifications.
pubtraitRenderToPrometheus: std::fmt::Debug {/// Render must return the instance formatted
/// string without the metric info.
fnrender(&self)-> String;}