Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/pin-project/tests/ui/unstable-features/
Dtrivial_bounds-feature-gate.rs20 struct WrapperWithLifetime<'a, T>(PhantomData<&'a ()>, T); struct
22 impl<T> Unpin for WrapperWithLifetime<'_, T> where T: Unpin {} implementation
46 struct WrapperWithLifetime<'a, T>(PhantomData<&'a ()>, T); struct
48 impl<T> Unpin for WrapperWithLifetime<'_, T> where T: Unpin {} implementation
Dtrivial_bounds.rs32 struct WrapperWithLifetime<'a, T>(PhantomData<&'a ()>, T); in inner() struct
34 impl<T> Unpin for WrapperWithLifetime<'_, T> where T: Unpin {} in inner() implementation