Searched defs:FastbootTest (Results 1 – 1 of 1) sorted by relevance
1011 struct FastbootTest<'a> { struct1013 vars: BTreeMap<(&'static str, &'static [&'static str]), &'static str>,1014 flash_cb: Option<&'a mut dyn FnMut(&str, &mut FastbootUtils) -> Result<(), CommandError>>,1015 upload_cb: Option<1018 fetch_cb: Option<1027 oem_cb: Option<1032 impl FastbootImplementation for FastbootTest<'_> { implementation