usecrate::{Result,emulator::{ADBEmulatorCommand, ADBEmulatorDevice},};implADBEmulatorDevice{/// Send a SMS to this emulator with given content with given phone number
pubfnrotate(&mutself)->Result<()>{let_=self.connect()?.send_command(&ADBEmulatorCommand::Rotate)?;Ok(())}}