Crate async_flow

Crate async_flow 

Source
Expand description

This crate provides async flow traits.

Re-exports§

pub use tokio::*;

Modules§

tokio

Structs§

RecvError
SendError
TryRecvError
TrySendError

Enums§

Error

Traits§

InputPort
OutputPort
Port
The common interface for ports, whether for input or output.

Type Aliases§

Result