Skip to main content

Module sink_try_send

Module sink_try_send 

Source
Expand description

Macros§

derive_deftly_template_ErasedSinkTrySendError 🔒
Implements various things which handle full and disconnected

Structs§

MpscOtherSinkTrySendError
mpsc::Sender::try_send returned an uncategorisable error

Enums§

ErasedSinkTrySendError
Type-erased error for SinkTrySend::try_send

Traits§

SinkTrySend
A Sink with a try_send method like futures::channel::mpsc::Sender’s.
SinkTrySendError
Error from SinkTrySend::try_send

Functions§

handle_mpsc_error 🔒