Home
last modified time | relevance | path

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

/aosp_15_r20/bootable/libbootloader/gbl/efi/src/
H A Dnet.rs122 type TxToken<'b> = TxToken<'a, 'b> where Self: 'b; typedef
175 pub struct TxToken<'a: 'b, 'b> { struct
182 impl TxToken<'_, '_> { impl
201 impl phy::TxToken for TxToken<'_, '_> { implementation