referrerpolicy=no-referrer-when-downgrade

Type Alias 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 */ }