v3.1.0 - Freezing traces
Added
- The
Tracehelper type, which can be used to serialize an error and all its sources and then store in another type.- This is useful in cases when there are lifetimes on an error but it should be passed outside of those lifetimes. See the documentation of
Tracefor an example.
- This is useful in cases when there are lifetimes on an error but it should be passed outside of those lifetimes. See the documentation of