Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/cxx/macro/src/
Dtokens.rs7 pub(crate) struct ReceiverTypeSelf<'a>(&'a Receiver); struct
16 pub(crate) fn ty_self(&self) -> ReceiverTypeSelf { in ty_self()
49 impl ToTokens for ReceiverTypeSelf<'_> { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/
H A Dtokens.rs7 pub(crate) struct ReceiverTypeSelf<'a>(&'a Receiver); struct
16 pub(crate) fn ty_self(&self) -> ReceiverTypeSelf { in ty_self()
49 impl ToTokens for ReceiverTypeSelf<'_> { implementation