iced_
futures
0.14.0-dev
BoxStream
Aliased type
In crate iced_
futures
iced_futures
Type Alias
BoxStream
Copy item path
source
pub type BoxStream<T> =
BoxStream
<'static, T>;
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> {}