rust/rhg/src/error.rs
changeset 44982 bacf6c7ef01b
child 45049 513b3ef277a3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rust/rhg/src/error.rs	Mon Jun 22 15:19:35 2020 +0530
@@ -0,0 +1,3 @@
+/// The error type for the Command trait
+#[derive(Debug, PartialEq)]
+pub struct CommandError {}