Type Definition iced_futures::BoxStream[][src]

type BoxStream<T> = BoxStream<'static, T>;

A boxed static stream.

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