Closed TheNeikos closed 4 years ago
Right now wifiscanner::Error does not implement std::error::Error. There is no reason why it couldn't and it would help interoperability with other crates.
wifiscanner::Error
std::error::Error
I would like to work on this!
Right now
wifiscanner::Error
does not implementstd::error::Error
. There is no reason why it couldn't and it would help interoperability with other crates.