I want to use my customised error type in all functions and I need to wrap the existing standard errors so that the ? operator will succeed.
?
Here is wha
There's an excellent post about it. To get first-class support for your error you need to do two things:
std::convert::From