[][src]Module kayrx::krse::sync::mpsc::error

Channel error types

Structs

ClosedError

Erorr returned by Sender::poll_ready].

RecvError

Error returned by Receiver.

SendError

Error returned by the Sender.

Enums

TryRecvError

This enumeration is the list of the possible reasons that try_recv could not return data when called.

TrySendError

This enumeration is the list of the possible error outcomes for the try_send method.