Closed tecywiz121 closed 6 years ago
Like it says in the Title, I think telebot::error::Error should probably implement std::error::Error. That'll let it work with the error_chain crate.
telebot::error::Error
std::error::Error
Yes the library does not interop nicely with other errors. In future I want to use failure to handle the error enum, but it is not yet implemented. I'll try to update the implementation in the next days.
Like it says in the Title, I think
telebot::error::Error
should probably implementstd::error::Error
. That'll let it work with the error_chain crate.