Trait adb_utils::ADBCommand

source ·
pub trait ADBCommand {
    // Required methods
    fn build(&self) -> Result<Command, String>;
    fn process_output(&self, output: ADBResult) -> ADBResult;
}

Required Methods§

Implementors§