Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/efi/src/
Dfastboot.rs36 struct EfiFastbootTcpTransport<'a, 'b, 'c> { struct
41 impl<'a, 'b, 'c> EfiFastbootTcpTransport<'a, 'b, 'c> { argument
47 impl TcpStream for EfiFastbootTcpTransport<'_, '_, '_> { implementation