BoxFuture
iced_
futures
0.14.0-dev
BoxFuture
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
BoxFuture
Copy item path
Settings
Help
Summary
Source
pub type BoxFuture<T> =
BoxFuture
<'static, T>;
Expand description
A boxed static future.
On native platforms, it needs a
Send
requirement.
On the Web platform, it does not need a
Send
requirement.
Aliased Type
§
struct BoxFuture<T> {}