Skip to main content

MeasurementHandle

Type Alias MeasurementHandle 

Source
pub type MeasurementHandle = Arc<RwLock<Option<MeasurementState>>>;
Expand description

Shared handle to the active measurement state. None when no measurement is running.

Aliased Typeยง

pub struct MeasurementHandle { /* private fields */ }