Searched defs:BoxStream (Results 1 – 3 of 3) sorted by relevance
20 pub type BoxStream<T> = typedef
6 type BoxStream<T> = std::pin::Pin<Box<dyn tokio_stream::Stream<Item = T>>>; typedef
15 pub type BoxStream<'a, T> = Pin<alloc::boxed::Box<dyn Stream<Item = T> + Send + 'a>>; typedef