Trait appium_client::commands::battery::CanBeCharged
source · pub trait CanBeCharged {
// Required methods
fn is_full(&self) -> bool;
fn is_charging(&self) -> bool;
fn is_plugged(&self) -> bool;
fn is_invalid(&self) -> bool;
}