Searched defs:PinnedStream (Results 1 – 1 of 1) sorted by relevance
45 struct PinnedStream<T = PhantomPinned>(PhantomPinned, PhantomData<T>); struct46 impl<T> Stream for PinnedStream<T> { implementation