Expand description
§Zestors-Request
This crate contains the Request feature, which makes it possible to send requests to other processes.
By default, this is included within the crate zestors.
Structs§
- Request
- Rx
- RxError
- Error returned when receiving a message using an Rx.
- Tx
- TxError
- Error returned when sending a message using a Tx.
Enums§
- Send
Recv Error - Error returned when using the IntoRecv trait.
- TryRx
Error - Error returned when trying to receive a message using an Rx.
- TrySend
Recv Error - Error returned when using the IntoRecv trait.