We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
trysenderror
1 parent 9beb117 commit 1a0a3dbCopy full SHA for 1a0a3db
src/channel.rs
@@ -26,7 +26,7 @@ compile_error!(
26
"async_channel_impl = 'tokio' requires tokio runtime, e. g. async_executor_impl = 'tokio'"
27
);
28
29
-pub use bounded::{bounded, BoundedStream, Receiver, RecvError, SendError, Sender, TryRecvError};
+pub use bounded::{bounded, BoundedStream, Receiver, RecvError, SendError, Sender, TryRecvError, TrySendError};
30
pub use oneshot::{oneshot, OneShotReceiver, OneShotRecvError, OneShotSender, OneShotTryRecvError};
31
pub use unbounded::{
32
unbounded, UnboundedReceiver, UnboundedRecvError, UnboundedSendError, UnboundedSender,
0 commit comments