Docs.rs
tiny-tokio-actor-0.3.5
tiny-tokio-actor 0.3.5
Permalink
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.4
normal
log ^0.4
normal
thiserror ^1.0
normal
tokio ^1
normal
dotenvy ^0.15.0
dev
env_logger ^0.10
dev
futures ^0.3
dev
tokio ^1
dev
tokio-stream ^0.1.14
dev
uuid ^1.4
dev
warp ^0.3
dev
Versions
62.86%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
EventReceiver
tiny_
tokio_
actor
0.3.5
Event
Receiver
Aliased Type
In crate tiny_
tokio_
actor
tiny_tokio_actor
Type Alias
Event
Receiver
Copy item path
Source
pub type EventReceiver<T> =
Receiver
<T>;
Aliased Type
ยง
pub struct EventReceiver<T> {
/* private fields */
}