Skip to content

Commit

Permalink
Merge yewstack#360
Browse files Browse the repository at this point in the history
360: Added debug to WebSocketStatus r=DenisKolodin a=VictorKoenders



Co-authored-by: Victor Koenders <[email protected]>
  • Loading branch information
bors[bot] and VictorKoenders committed Aug 9, 2018
2 parents 032567a + e30805d commit 815c357
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/websocket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ use format::{Text, Binary};
use callback::Callback;
use super::Task;

#[derive(Debug)]
/// A status of a websocket connection. Used for status notification.
pub enum WebSocketStatus {
/// Fired when a websocket connection was opened.
Expand Down

0 comments on commit 815c357

Please sign in to comment.