Skip to content

Commit 496fa2c

Browse files
committed
derive Debug trait for Client
1 parent 40d78e4 commit 496fa2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ macro_rules! impl_batch_call {
5555
}};
5656
}
5757

58+
#[derive(Debug)]
5859
pub struct Client<S>
5960
where
6061
S: Read + Write,

0 commit comments

Comments
 (0)