Docs.rs
tiny-tokio-actor-0.3.1
tiny-tokio-actor 0.3.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
fdeantoni
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
backoff ^0.3
normal
log ^0.4
normal
thiserror ^1.0
normal
tokio ^1
normal
dotenv ^0.15.0
dev
env_logger ^0.9
dev
futures ^0.3
dev
tokio ^1
dev
tokio-stream ^0.1.7
dev
uuid ^0.8
dev
warp ^0.3
dev
Versions
61.76%
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
☰
Trait SystemEvent
Implementors
Other items in
tiny_tokio_actor
?
Trait
tiny_tokio_actor
::
SystemEvent
[
−
]
[src]
pub trait SystemEvent:
Clone
+
Send
+
Sync
+ 'static { }
Expand description
Events that this actor system will send
Implementors