Skip to content

Commit

Permalink
sub: add debug trait
Browse files Browse the repository at this point in the history
Signed-off-by: William Casarin <[email protected]>
  • Loading branch information
jb55 committed Sep 1, 2024
1 parent 8be0d49 commit be8969a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/subscription.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use crate::Filter;

#[derive(Debug, Clone)]
pub struct Subscription {
pub filters: Vec<Filter>,
pub id: u64,
Expand Down

0 comments on commit be8969a

Please sign in to comment.