[][src]Module tokio::sync::mpsc::error

This is supported on crate feature sync only.

Channel error types

Structs

RecvErrorsync

Error returned by Receiver.

SendErrorsync

Error returned by the Sender.

Enums

SendTimeoutErrorsync and time

Error returned by Sender::send_timeout].

TryRecvErrorsync

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

TrySendErrorsync

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