Searched defs:WrapperWithLifetime (Results 1 – 2 of 2) sorted by relevance
20 struct WrapperWithLifetime<'a, T>(PhantomData<&'a ()>, T); struct22 impl<T> Unpin for WrapperWithLifetime<'_, T> where T: Unpin {} implementation46 struct WrapperWithLifetime<'a, T>(PhantomData<&'a ()>, T); struct48 impl<T> Unpin for WrapperWithLifetime<'_, T> where T: Unpin {} implementation
32 struct WrapperWithLifetime<'a, T>(PhantomData<&'a ()>, T); in inner() struct34 impl<T> Unpin for WrapperWithLifetime<'_, T> where T: Unpin {} in inner() implementation