We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Debug
transport::Service
1 parent cb32b01 commit fc1556aCopy full SHA for fc1556a
src/transport.rs
@@ -54,7 +54,7 @@ pub trait SmartSubtransport: Send + 'static {
54
}
55
56
/// Actions that a smart transport can ask a subtransport to perform
57
-#[derive(Copy, Clone, PartialEq)]
+#[derive(Copy, Clone, PartialEq, Debug)]
58
#[allow(missing_docs)]
59
pub enum Service {
60
UploadPackLs,
0 commit comments