Docs.rs
async-session-types-0.1.1
async-session-types 0.1.1
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
78.79%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Outgoing
Implementors
In async_session_types
?
Trait
async_session_types
::
Outgoing
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>