[−][src]Module tokio::sync::mpsc::error
Channel error types
Structs
RecvError | Error returned by |
SendError | Error returned by the |
Enums
SendTimeoutError | Error returned by |
TrySendError | This enumeration is the list of the possible error outcomes for the try_send method. |