Searched defs:PinnedFuture (Results 1 – 1 of 1) sorted by relevance
26 struct PinnedFuture<T = PhantomPinned>(PhantomPinned, PhantomData<T>); struct27 impl<T> Future for PinnedFuture<T> { implementation