devalain
Results
1
comments of
devalain
@mrinalwadhwa I your example, you are writing an application so I don't think you should return `ockam::Result` but `anyhow::Result` instead in order to be more idiomatic (see [`anyhow` vs `thiserror`](https://github.com/dtolnay/thiserror#comparison-to-anyhow))...