rust/rhg/src/error.rs
changeset 44982 bacf6c7ef01b
child 45049 513b3ef277a3
equal deleted inserted replaced
44981:cf04f62d1579 44982:bacf6c7ef01b
       
     1 /// The error type for the Command trait
       
     2 #[derive(Debug, PartialEq)]
       
     3 pub struct CommandError {}