Skip to content

v3.1.0 - Freezing traces

Choose a tag to compare

@Lut99 Lut99 released this 10 Oct 14:56
· 11 commits to main since this release

Added

  • The Trace helper 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 Trace for an example.