Open Issues Need Help
View All on GitHub documentation help wanted good first issue
AI Summary: This enhancement proposes to improve ergonomics by allowing direct use of `context`/`with_context` without explicitly calling `traced`/`traced_dyn`. This change is blocked by the availability of `min_specialization` in Rust, which is necessary to implement blanket `From` trait implementations for `TracedError` and `TracedError<T>` types.
Complexity:
4/5
enhancement help wanted blocked