Docs.rs
async-component-core-0.8.0
async-component-core 0.8.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
storycraft
Dependencies
atomic-waker ^1.0.0
normal
futures-core ^0.3.25
normal
Versions
30%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
☰
AsyncComponent
Required Methods
update_component
Implementors
In async_component_core
?
Trait
async_component_core
::
AsyncComponent
source
·
[
−
]
pub trait AsyncComponent { fn
update_component
(&mut self); }
Expand description
Core trait
Required Methods
§
source
fn
update_component
(&mut self)
Implementors
§