Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/efi/src/
Dfastboot.rs45 pub(crate) struct EfiFastbootTcpTransport<'a, 'b, 'c> { struct
49 impl<'a, 'b, 'c> EfiFastbootTcpTransport<'a, 'b, 'c> { impl
55 impl TcpStream for EfiFastbootTcpTransport<'_, '_, '_> { implementation
67 impl GblTcpStream for EfiFastbootTcpTransport<'_, '_, '_> { implementation
211 …: impl FnOnce(Option<LocalFastbootSession>, Option<UsbTransport>, Option<EfiFastbootTcpTransport>), in with_fastboot_channels()