Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/efi/src/
Dnet.rs121 type TxToken<'b> = TxToken<'a, 'b> where Self: 'b; typedef
174 pub struct TxToken<'a: 'b, 'b> { struct
181 impl TxToken<'_, '_> { implementation
200 impl phy::TxToken for TxToken<'_, '_> { implementation