BoxStream
iced_
futures
0.14.0-dev
BoxStream
Aliased type
In crate iced_
futures
Modules
backend
event
executor
keyboard
stream
subscription
Structs
Runtime
Traits
MaybeSend
MaybeSync
Functions
boxed_stream
Type Aliases
BoxFuture
BoxStream
iced_futures
Type Alias
BoxStream
Copy item path
Settings
Help
Summary
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> {}