Added debug trait to errors

This commit is contained in:
Franklin 2022-08-26 22:35:45 -04:00
parent d8e899e4f2
commit 3633ee5254
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#[derive(Debug)]
pub enum Error {
CommunicatorError(String),
UknownError,