pub trait RpmSense: ErrorType { // Required method fn rpm(&mut self) -> Result<u16, Self::Error>; }
Blocking RPM sensing (tachometer) methods
Returns the fan’s currently measured RPM.