lib: derive debug for error for unwrapping

feature/booster
occheung 2021-01-18 14:00:37 +08:00
parent 500c855d00
commit bcb3eef8cd
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ pub trait EthController {
}
/// TODO: Improve these error types
#[derive(Debug)]
pub enum EthControllerError {
SpiPortError,
GeneralError,