2XZLORI35AOKD4YITN2XAVXDXZXRNUKNXJXPA2TTBAXYYLJB77GAC Use Anyhow if you don't care what error type your functions return, you justwant it to be easy. This is common in application code. Use [thiserror] if youare a library that wants to design your own dedicated error type(s) so that onfailures the caller gets exactly the information that you choose.[thiserror]: https://github.com/dtolnay/thiserror<br>