Added debug trait to errors
This commit is contained in:
parent
d8e899e4f2
commit
3633ee5254
|
@ -1,4 +1,5 @@
|
|||
|
||||
#[derive(Debug)]
|
||||
pub enum Error {
|
||||
CommunicatorError(String),
|
||||
UknownError,
|
||||
|
|
Loading…
Reference in New Issue