pub type F64SharedRef = Arc<RwLock<Option<f64>>>;
Shared reference to f64 value that is updated by the metric.
f64
struct F64SharedRef { /* private fields */ }