Function virtual_sensor_from_path

Source
pub fn virtual_sensor_from_path<T: Raw>(
    path: impl Into<PathBuf>,
) -> Result<impl VirtualSensor<T> + Clone + Send + Sync, Error>
Expand description

Creates a virtual sensor from the given file at path.