fedimint_core::util

Type Alias 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> {}