pub fn virtual_sensor_from_path<T: Raw>( path: impl Into<PathBuf>, ) -> Result<impl VirtualSensor<T> + Clone + Send + Sync, Error>
Creates a virtual sensor from the given file at path.
path