iced_futures

Type Alias BoxStream

source
pub type BoxStream<T> = BoxStream<'static, T>;
Available on non-WebAssembly only.
Expand description

A boxed static stream.

  • On native platforms, it needs a Send requirement.
  • On the Web platform, it does not need a Send requirement.

Aliased Typeยง

struct BoxStream<T> {}