Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/quote-1.0.36/src/
H A Dident_fragment.rs13 pub trait IdentFragment { trait
25 impl<T: IdentFragment + ?Sized> IdentFragment for &T { impl
35 impl<T: IdentFragment + ?Sized> IdentFragment for &mut T { impl
78 impl IdentFragment for $T { impl
/aosp_15_r20/external/rust/android-crates-io/crates/quote/src/
Dident_fragment.rs13 pub trait IdentFragment { interface
25 impl<T: IdentFragment + ?Sized> IdentFragment for &T { impl
35 impl<T: IdentFragment + ?Sized> IdentFragment for &mut T { impl
78 impl IdentFragment for $T { impl