Struct tokio_sync::mpsc::error::SendError   [−][src]
pub struct SendError(_);
Expand description
Error returned by the Sender.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SendErrorimpl UnwindSafe for SendError