pub trait BatteryPotential {
// Required method
fn battery_potential_as_millivolts(&self) -> Option<u16>;
}
Required Methods§
Sourcefn battery_potential_as_millivolts(&self) -> Option<u16>
fn battery_potential_as_millivolts(&self) -> Option<u16>
Returns battery potential as milli-volts