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

This is supported on feature="sync" only.

Channel error types

Structs

ClosedErrorfeature="sync"

Error returned by Sender::poll_ready.

RecvErrorfeature="sync"

Error returned by Receiver.

SendErrorfeature="sync"

Error returned by the Sender.

Enums

SendTimeoutErrorfeature="sync" and feature="time"

Error returned by Sender::send_timeout].

TryRecvErrorfeature="sync"

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

TrySendErrorfeature="sync"

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