Type Alias fedimint_core::util::BoxStream

source ·
pub type BoxStream<'a, T> = Pin<Box<dyn Stream<Item = T> + Send + 'a>>;
Expand description

Stream that is Send unless targeting WASM

Aliased Type§

struct BoxStream<'a, T> {}