Trait AdbShell

Source
pub trait AdbShell {
    // Required method
    fn shell_exec(&mut self, cmd: &str) -> AdbResult<Vec<u8>>;
}

Required Methods§

Source

fn shell_exec(&mut self, cmd: &str) -> AdbResult<Vec<u8>>

Implementors§