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

Error returned when receiving a message using an Rx.

Error returned when sending a message using a Tx.

Enums

Error returned when using the IntoRecv trait.

Error returned when trying to receive a message using an Rx.

Error returned when using the IntoRecv trait.

Traits

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