Expand description
Error handling utilities.
Type Aliases
- An error type that can be created automatically from any other error, and stores the location the error was created.
- AResult<T, E>wrapper shorthand forResult<T, TracedErr>.
Error handling utilities.
Result<T, E> wrapper shorthand for Result<T, TracedErr>.