Docs.rs
async-session-types-0.1.2
async-session-types 0.1.2
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
Outgoing
Implementors
In crate async_
session_
types
async_session_types
Trait
Outgoing
Copy item path
Source
pub trait Outgoing { }
Expand description
Indicate that a protocol will send a message.
Implementors
§
Source
§
impl<P:
Outgoing
, Q:
Outgoing
>
Outgoing
for
Choose
<P, Q>
Source
§
impl<T, P>
Outgoing
for
Send
<T, P>