Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/ui/unstable-features/
Dtrivial_bounds-feature-gate.rs18 struct WrapperWithLifetime<'a, T>(PhantomData<&'a ()>, T); struct
20 impl<T> Unpin for WrapperWithLifetime<'_, T> where T: Unpin {} implementation
44 struct WrapperWithLifetime<'a, T>(PhantomData<&'a ()>, T); struct
46 impl<T> Unpin for WrapperWithLifetime<'_, T> where T: Unpin {} implementation
Dtrivial_bounds.rs30 struct WrapperWithLifetime<'a, T>(PhantomData<&'a ()>, T); in inner() struct
32 impl<T> Unpin for WrapperWithLifetime<'_, T> where T: Unpin {} in inner() implementation