summaryrefslogtreecommitdiff
path: root/src/wrappers/broadcast.rs
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-01 06:21:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-01 06:21:58 +0000
commitc3974ba15c7cd72c7a76fb11c6ba1ad668837f16 (patch)
treea1abb0fc9b7e3d95c763e59b97e3a01b6101b5cf /src/wrappers/broadcast.rs
parent426d975c5fb12da5308b540e6070594f616020a7 (diff)
parent18447d24b892fc11813b28c959da7caf88585d42 (diff)
downloadtokio-stream-android-platform-14.0.0_r6.tar.gz
Change-Id: Ib5daf0840692c89d0f4fdc76b310fdb0a1d90672
Diffstat (limited to 'src/wrappers/broadcast.rs')
-rw-r--r--src/wrappers/broadcast.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrappers/broadcast.rs b/src/wrappers/broadcast.rs
index 10184bf..7110664 100644
--- a/src/wrappers/broadcast.rs
+++ b/src/wrappers/broadcast.rs
@@ -18,7 +18,7 @@ pub struct BroadcastStream<T> {
}
/// An error returned from the inner stream of a [`BroadcastStream`].
-#[derive(Debug, PartialEq, Clone)]
+#[derive(Debug, PartialEq, Eq, Clone)]
pub enum BroadcastStreamRecvError {
/// The receiver lagged too far behind. Attempting to receive again will
/// return the oldest message still retained by the channel.