Searched refs:LocalBoxStream (Results 1 – 3 of 3) sorted by relevance
16 use futures_core::stream::{BoxStream, LocalBoxStream};1349 fn boxed_local<'a>(self) -> LocalBoxStream<'a, Self::Item> in boxed_local()
24 pub type LocalBoxStream<'a, T> = Pin<alloc::boxed::Box<dyn Stream<Item = T> + 'a>>; typedef
13 pub use futures_core::stream::{BoxStream, LocalBoxStream};