node/reactor/transport: Implement `Debug`
1 passed
1 failed
(2 total)
View logs
modified crates/radicle-node/src/reactor/transport.rs
@@ -51,7 +51,6 @@ pub enum TransportState {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -61,6 +60,17 @@ pub struct Transport<S: Session> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|