Searched defs:WrapperWithLifetime (Results 1 – 2 of 2) sorted by relevance
18 struct WrapperWithLifetime<'a, T>(PhantomData<&'a ()>, T); struct20 impl<T> Unpin for WrapperWithLifetime<'_, T> where T: Unpin {} implementation44 struct WrapperWithLifetime<'a, T>(PhantomData<&'a ()>, T); struct46 impl<T> Unpin for WrapperWithLifetime<'_, T> where T: Unpin {} implementation
30 struct WrapperWithLifetime<'a, T>(PhantomData<&'a ()>, T); in inner() struct32 impl<T> Unpin for WrapperWithLifetime<'_, T> where T: Unpin {} in inner() implementation