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

This is supported on feature="sync" and feature="sync" only.

Channel error types

Structs

ClosedErrorfeature="sync" and feature="sync"

Erorr returned by Sender::poll_ready].

RecvErrorfeature="sync" and feature="sync"

Error returned by Receiver.

SendErrorfeature="sync" and feature="sync"

Error returned by the Sender.

Enums

TrySendErrorfeature="sync" and feature="sync"

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