Skip to content

Commit

Permalink
actix-ws: Add Debug, Eq to AggregatedMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
asonix committed May 11, 2024
1 parent 4831b2c commit 0df46e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actix-ws/src/fut.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ pub struct MessageStream {
}

/// A Websocket message with continuations aggregated together
#[derive(Debug, PartialEq, Eq)]
pub enum AggregatedMessage {
/// Text message
Text(ByteString),
Expand Down

0 comments on commit 0df46e6

Please sign in to comment.