Searched defs:TxToken (Results 1 – 1 of 1) sorted by relevance
122 type TxToken<'b> = TxToken<'a, 'b> where Self: 'b; typedef175 pub struct TxToken<'a: 'b, 'b> { struct182 impl TxToken<'_, '_> { impl201 impl phy::TxToken for TxToken<'_, '_> { implementation