Crate zestors_request

Crate zestors_request 

Source
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§

SendRecvError
Error returned when using the IntoRecv trait.
TryRxError
Error returned when trying to receive a message using an Rx.
TrySendRecvError
Error returned when using the IntoRecv trait.

Traits§

IntoRecv
Trait that makes it easier to await a reply from a Request.