Home
last modified time | relevance | path

Searched defs:TestLocalSession (Results 1 – 1 of 1) sorted by relevance

/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dmod.rs1899 pub(crate) struct TestLocalSession { struct
1900 requests: VecDeque<&'static str>,
1901 outgoing_packets: VecDeque<Vec<u8>>,
1904 impl LocalSession for &mut TestLocalSession { implementation
1924 impl From<&[&'static str]> for TestLocalSession { implementation