booyaa/wifiscanner

wifiscanner::Error does not implement std::error::Error

Closed this issue · 1 comments

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.

I would like to work on this!