Module bmrng::error[][src]

Expand description

The errors produced by this crate

Structs

Error thrown when a Responder fails to respond. The channel was closed by the receiver, the original request sender

Error thrown when a RequestSender::send() or UnboundedRequestSender::send() call fails because the channel is closed

Enums

Errors that can occur when a ResponseReceiver is

Errors that can occur when a RequestReceiver or UnboundedReceiver handles a request