Docs.rs
async-session-types-0.1.2
async-session-types 0.1.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
aakoshh
Dependencies
futures ^0.3.19
normal
tokio ^1.15.0
normal
tokio ^1.15.0
dev
Versions
80.3%
of the crate is documented
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
async_
session_
types
0.1.2
Receiver
Aliased Type
In crate async_
session_
types
async_session_types
Type Alias
Receiver
Copy item path
Source
pub type Receiver<T> =
UnboundedReceiver
<T>;
Aliased Type
ยง
pub struct Receiver<T> {
/* private fields */
}