Docs.rs
edge-executor-0.1.0
edge-executor 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
ivmarkov
Dependencies
async-task ^4
normal
embedded-svc ^0.22
normal
heapless ^0.7
normal
log ^0.4
normal
waker-fn ^1.1
normal
simple_logger ^2.2
dev
Versions
3.45%
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
☰
Notify
Required Methods
notify
Implementors
In edge_executor
?
Trait
edge_executor
::
Notify
source
·
[
−
]
pub trait Notify:
Send
+
Sync
{ fn
notify
(&self); }
Required Methods
source
fn
notify
(&self)
Implementors
source
impl
Notify
for
StdNotifyFactory
source
impl<F>
Notify
for F
where
F:
Fn
() +
Send
+
Sync
,