[][src]Function heim::sensors::temperatures

pub fn temperatures() -> impl Stream<Item = Result<TemperatureSensor, Error>>
This is supported on crate feature sensors only.

Returns a stream over the temperature sensors statistics.

Compatibility

At the moment, this function works only with Linux. For other platforms it returns an empty stream.