Docs.rs
zest-core-0.1.1
zest-core 0.1.1
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
bhh32
Dependencies
embassy-futures ^0.1
normal
embassy-sync ^0.7
normal
embassy-time ^0.4
normal
embedded-graphics ^0.8
normal
embedded-graphics-core ^0.4
normal
zest-theme ^0.1.1
normal
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module box_future
zest_
core
0.1.1
Module box_
future
Module Items
Type Aliases
In zest_
core::
application
zest_core
::
application
Module
box_
future
Copy item path
Source
Expand description
BoxFuture
: the boxed future type shared by
Task
and
Subscription
.
Type Aliases
ยง
BoxFuture
Boxed future producing a value of type
T
. Shared between
Task
and
Subscription
.