Type Alias relay_utils::metrics::F64SharedRef
source · pub type F64SharedRef = Arc<RwLock<Option<f64>>>;
Expand description
Shared reference to f64
value that is updated by the metric.
Aliased Type§
struct F64SharedRef { /* private fields */ }