[−][src]Type Definition iced_futures::BoxStream
type BoxStream<T> = BoxStream<'static, T>;
A boxed static stream.
- On native platforms, it needs a
Sendrequirement. - On the Web platform, it does not need a
Sendrequirement.
type BoxStream<T> = BoxStream<'static, T>;
A boxed static stream.
Send requirement.Send requirement.