Expand description
Structs§
- Async
Std rt-async-std
Runtime implementation, which works with async-std. - Tokio
rt-tokio
Runtime implementation, which works with Tokio’s multi thread runtime. - Tokio
Current Thread rt-tokio-current-thread
Runtime implementation, which works with Tokio’s current thread runtime.
Enums§
- Error returned by a
TrySend
implementation.
Traits§
- TrySend is an abstraction of
Sender
that is capable of sending messages through a reference.