|
|
|
|
|
by tveita
1318 days ago
|
|
I believe the Context trait is from Anyhow, not part of the base Error trait in Rust. anyhow::Error really does a good job of smoothing out the finicky bits of Rust error handling, it feels and reads a lot better than Go code to me. |
|